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 {
8484::placeholder {
8585 opacity : 0.5 ;
8686}
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 9898 left : 0 ;
9999}
100100
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-
117101.nav-menu {
118102 flex-grow : 1 ;
119103 min-height : 0 ;
You can’t perform that action at this time.
0 commit comments