From 8cf3566c7dfe162f3376b875efcb95a27a860e64 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 4 Dec 2024 11:53:31 -0600 Subject: [PATCH] Remove unused var --- src/components/Layout/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/Layout/index.tsx b/src/components/Layout/index.tsx index c28808473b..ff35d8abf7 100644 --- a/src/components/Layout/index.tsx +++ b/src/components/Layout/index.tsx @@ -142,9 +142,6 @@ export const WebCenterBorders = React.forwardRef(function LayoutContent() { { translateX: '-50%', }, - { - translateX: `var(--scrollbar-offset-negative)`, - }, ], }), ]}