File tree Expand file tree Collapse file tree 2 files changed +17
-30
lines changed Expand file tree Collapse file tree 2 files changed +17
-30
lines changed Original file line number Diff line number Diff line change 12
12
bottom : 0 ;
13
13
top : 0 ;
14
14
z-index : 1000 ;
15
- overflow : hidden ;
16
-
15
+ overflow : overlay ;
16
+
17
17
& .opened {
18
18
@include transform (translateX (0 ));
19
19
}
85
85
background : #151515 ;
86
86
}
87
87
}
88
-
89
- // Scroll bar
90
- nav .nav-container {
91
- overflow-y : overlay ;
92
- overflow-x : hidden ;
93
- height : 100% ;
94
- }
95
-
96
- /* Firefox */
97
- * {
98
- scrollbar-width : auto ;
99
- scrollbar-color : #dedede ;
100
- }
101
-
102
- /* Chrome, Edge, and Safari */
103
- .nav-container ::-webkit-scrollbar {
104
- width : 5px ;
105
- position : inherit ;
106
- }
107
-
108
- * ::-webkit-scrollbar-track {
109
- background : transparent ;
110
- }
111
-
112
- * ::-webkit-scrollbar-thumb {
113
- background-color : #dedede ;
114
- border-radius : 10px ;
115
- }
Original file line number Diff line number Diff line change @@ -320,4 +320,19 @@ tr td span.table-code-asterisk {
320
320
.DocSearch-Container {
321
321
z-index : 20000 ;
322
322
background : rgba (0 , 0 , 0 , 0.6 );
323
+ }
324
+
325
+ // Scollbar sidebar
326
+
327
+ app-menu::-webkit-scrollbar {
328
+ width : 6px ;
329
+ }
330
+
331
+ app-menu :hover ::-webkit-scrollbar-thumb {
332
+ background : #dedede ;
333
+ border-radius : 10px ;
334
+ }
335
+
336
+ app-menu::-webkit-scrollbar-thumb :hover {
337
+ -webkit-transition : #dedede 1s linear ;
323
338
}
You can’t perform that action at this time.
0 commit comments