From 43c0df9da68f5a3245ca24977c17c56d335d8f3d Mon Sep 17 00:00:00 2001 From: Benjamin Lyon Date: Wed, 7 Aug 2024 13:49:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20error=20in=20parsing=20val?= =?UTF-8?q?ue=20for=20scrollbar-width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/eds-core-react/src/components/Tabs/TabList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eds-core-react/src/components/Tabs/TabList.tsx b/packages/eds-core-react/src/components/Tabs/TabList.tsx index 3679e4932e..b6f19f18a4 100644 --- a/packages/eds-core-react/src/components/Tabs/TabList.tsx +++ b/packages/eds-core-react/src/components/Tabs/TabList.tsx @@ -49,7 +49,7 @@ const StyledTabList = styled.div.attrs( @media (hover: none) { overflow-x: scroll; -webkit-overflow-scrolling: touch; - scrollbar-width: 0; + scrollbar-width: none; & ::-webkit-scrollbar { width: 0; height: 0;