Skip to content

Commit

Permalink
🩹 Fix error in parsing value for scrollbar-width (#3578)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-lyon authored Aug 8, 2024
1 parent d30e272 commit 8ec3281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eds-core-react/src/components/Tabs/TabList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8ec3281

Please sign in to comment.