Skip to content

Commit f2c6260

Browse files
committed
wip
1 parent 953f091 commit f2c6260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/flux.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ select[data-flux-select-native]:hover:not(:disabled) {
100100
/**
101101
Tab styles
102102
*/
103-
[data-flux-tabs][data-scrollable] {
103+
[data-flux-tabs-scroll-area] {
104104
scrollbar-width:none;
105105
-ms-overflow-style:none;
106106
}
107107

108-
[data-flux-tabs][data-scrollable]::-webkit-scrollbar{
108+
[data-flux-tabs-scroll-area]::-webkit-scrollbar{
109109
display:none
110110
}
111111

0 commit comments

Comments
 (0)