File tree Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change 4
4
// Styling for dekstop webkit browsers
5
5
// These do not apply for mobile browsers
6
6
7
- ::-webkit-scrollbar {
8
- width : 9px ;
9
- }
7
+ .css-scrollbars {
10
8
11
- ::-webkit-scrollbar-thumb :vertical,
12
- ::-webkit-scrollbar-thumb :horizontal {
13
- background : rgba (0 , 0 , 0 , 0.4 );
14
- border : 2px solid transparent ;
15
- border-radius : 20px ;
16
- background-clip : padding-box ;
17
- min-height : 10px ;
18
- }
9
+ ::-webkit-scrollbar {
10
+ width : 9px ;
11
+ }
19
12
20
- ::-webkit-scrollbar-thumb :vertical:active ,
21
- ::-webkit-scrollbar-thumb :horizontal:active {
22
- background : rgba (0 , 0 , 0 , 0.6 );
23
- border : 2px solid transparent ;
24
- border-radius : 20px ;
25
- background-clip : padding-box ;
26
- min-height : 10px ;
27
- }
13
+ ::-webkit-scrollbar-thumb :vertical {
14
+ background : rgba (0 , 0 , 0 , 0.4 );
15
+ border : 2px solid transparent ;
16
+ border-radius : 20px ;
17
+ background-clip : padding-box ;
18
+ min-height : 10px ;
19
+ }
20
+
21
+ ::-webkit-scrollbar-thumb :vertical:active {
22
+ background : rgba (0 , 0 , 0 , 0.6 );
23
+ border : 2px solid transparent ;
24
+ border-radius : 20px ;
25
+ background-clip : padding-box ;
26
+ min-height : 10px ;
27
+ }
28
+
29
+ }
You can’t perform that action at this time.
0 commit comments