File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 10
10
z-index : 2000 ;
11
11
}
12
12
13
+ # sidebar-wrapper ::-webkit-scrollbar {
14
+ background-color : transparent;
15
+ width : 2px ;
16
+ }
17
+
18
+ # sidebar-wrapper ::-webkit-scrollbar-track {
19
+ background-color : transparent;
20
+ }
21
+
22
+ # sidebar-wrapper ::-webkit-scrollbar-thumb {
23
+ background-color : # babac0 ;
24
+ border-radius : 16px ;
25
+ border : 0 ;
26
+ }
27
+
28
+ # sidebar-wrapper ::-webkit-scrollbar-button {
29
+ display : none;
30
+ }
31
+
13
32
# wrapper .toggled {
14
33
padding-left : 265px ;
15
34
overflow : hidden;
23
42
width : 0 ;
24
43
height : 100% ;
25
44
margin-left : -265px ;
26
- overflow-y : auto ;
45
+ overflow-y : hidden ;
27
46
-webkit-transition : all 0.5s ease;
28
47
-moz-transition : all 0.5s ease;
29
48
-o-transition : all 0.5s ease;
30
49
transition : all 0.5s ease;
31
50
}
51
+ # sidebar-wrapper : hover {
52
+ overflow-y : auto;
53
+ }
32
54
33
55
# wrapper .toggled # sidebar-wrapper {
34
56
width : 265px ;
You can’t perform that action at this time.
0 commit comments