File tree Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -84,3 +84,18 @@ table {
84
84
::placeholder {
85
85
opacity : 0.5 ;
86
86
}
87
+
88
+ @supports (scrollbar-width : thin) {
89
+ body * {
90
+ scrollbar-width : thin;
91
+ scrollbar-color : var (--scrollbar-thumb-color ) transparent;
92
+ }
93
+ }
94
+
95
+ body ::-webkit-scrollbar {
96
+ width : 0.25rem ;
97
+ }
98
+
99
+ body ::-webkit-scrollbar-thumb {
100
+ background-color : var (--scrollbar-thumb-color );
101
+ }
Original file line number Diff line number Diff line change 98
98
left : 0 ;
99
99
}
100
100
101
- .nav-panel-menu ,
102
- .nav-panel-explore .components {
103
- scrollbar-width : thin;
104
- scrollbar-color : var (--scrollbar-thumb-color ) transparent;
105
- }
106
-
107
- .nav-panel-menu ::-webkit-scrollbar ,
108
- .nav-panel-explore .components ::-webkit-scrollbar {
109
- width : 0.25rem ;
110
- }
111
-
112
- .nav-panel-menu ::-webkit-scrollbar-thumb ,
113
- .nav-panel-explore .components ::-webkit-scrollbar-thumb {
114
- background-color : var (--scrollbar-thumb-color );
115
- }
116
-
117
101
.nav-menu {
118
102
flex-grow : 1 ;
119
103
min-height : 0 ;
You can’t perform that action at this time.
0 commit comments