File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed
Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 55 overflow-y : auto;
66 font-size : 1rem ;
77 line-height : 24px ;
8+ scrollbar-width : thin;
9+ scrollbar-color : var (--color-border ) transparent;
10+ }
11+
12+ .nav-menu ::-webkit-scrollbar {
13+ width : 0.25rem ;
14+ }
15+
16+ .nav-menu ::-webkit-scrollbar-thumb {
17+ background-color : var (--color-border );
818}
919
1020@media screen and (max-width : 768px ) {
2838 }
2939}
3040
31- .nav-menu ::-webkit-scrollbar {
32- width : 0.25rem ;
33- }
34-
35- .nav-menu ::-webkit-scrollbar-thumb {
36- background-color : var (--color-border );
37- }
38-
3941.nav-menu .nav-link ,
4042.nav-menu .nav-text {
4143 display : block;
Original file line number Diff line number Diff line change 1414 max-height : var (--height-nav );
1515 overflow-y : auto;
1616 -ms-overflow-style : none;
17- }
18-
19- .toc .embedded .toc-menu {
20- margin-top : 1rem ;
17+ scrollbar-width : none;
2118}
2219
2320.sidebar-box ::-webkit-scrollbar {
2421 width : 0 ;
2522}
2623
24+ .toc .embedded .toc-menu {
25+ margin-top : 1rem ;
26+ }
27+
2728.toc .toc-menu h3 {
2829 font-size : 0.875rem ;
2930 font-weight : var (--weight-bold );
You can’t perform that action at this time.
0 commit comments