File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,3 @@ php flarum cache:clear
24
24
25
25
- [ Packagist] ( https://packagist.org/packages/ecnu-im/sticky-sidenav )
26
26
- [ GitHub] ( https://github.com/ecnu-im/sticky-sidenav )
27
- - [ Discuss] ( https://discuss.flarum.org/d/PUT_DISCUSS_SLUG_HERE )
Original file line number Diff line number Diff line change 18
18
& :hover {
19
19
overflow-y : auto ;
20
20
}
21
+
22
+ & ::-webkit-scrollbar {
23
+ width : 5px ;
24
+ background-color : #e0e0e0 ;
25
+ }
26
+
27
+ & ::-webkit-scrollbar-thumb {
28
+ background : #9e9e9e ;
29
+ border-radius : 5px ;
30
+ }
21
31
}
22
32
23
33
.App {
29
39
position : sticky ;
30
40
top : 70px ;
31
41
max-height : 90vh ;
32
- }
33
-
34
- ::-webkit-scrollbar {
35
- width : 5px ;
36
- background-color : #e0e0e0 ;
37
- }
38
-
39
- ::-webkit-scrollbar-thumb {
40
- background : #9e9e9e ;
41
- border-radius : 5px ;
42
42
}
You can’t perform that action at this time.
0 commit comments