We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07dea8 commit b1ac287Copy full SHA for b1ac287
src/components/organisms/FileTabs/FileTabs.tsx
@@ -59,6 +59,9 @@ const TabsContainerElement = tasty(Flex, {
59
'[data-is-left-fade]': '3x left',
60
'[data-is-right-fade]': '3x right',
61
},
62
+ '--scrollbar-radius': '1ow',
63
+ '--scrollbar-width': '.75x',
64
+ '--scrollbar-outline-width': '1px',
65
66
});
67
0 commit comments