Skip to content

Commit b1ac287

Browse files
committed
fix(FileTabs): limit the max width * 6
1 parent e07dea8 commit b1ac287

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/organisms/FileTabs/FileTabs.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ const TabsContainerElement = tasty(Flex, {
5959
'[data-is-left-fade]': '3x left',
6060
'[data-is-right-fade]': '3x right',
6161
},
62+
'--scrollbar-radius': '1ow',
63+
'--scrollbar-width': '.75x',
64+
'--scrollbar-outline-width': '1px',
6265
},
6366
});
6467

0 commit comments

Comments
 (0)