File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 91
91
--sidebar-line-box-left : 12px ;
92
92
--sidebar-width : 22rem ;
93
93
--sidebar-line-width : 11.5px ;
94
- --sidebar-mobile-top-displacement : 3 rem ;
94
+ --sidebar-mobile-top-displacement : 5 rem ;
95
95
--side-gutter-width : 20rem ;
96
96
--table-top-bottom-spacing : 1rem ;
97
97
--table-row-space-between : 1.5rem ;
@@ -550,6 +550,8 @@ nav {
550
550
position : sticky;
551
551
top : 1rem ;
552
552
margin-top : 2rem ;
553
+ margin-left : 2rem ;
554
+ margin-right : 2rem ;
553
555
padding : 0.5rem ;
554
556
color : white;
555
557
background-color : oklch (var (--color-brand ));
@@ -579,7 +581,7 @@ nav {
579
581
.sidebar-layout {
580
582
min-height : fit-content;
581
583
background : white;
582
- z-index : 3 ;
584
+ z-index : 999 ;
583
585
width : calc (100% + 4rem );
584
586
margin-left : -2rem ;
585
587
@@ -590,9 +592,9 @@ nav {
590
592
nav {
591
593
width : 100% ;
592
594
display : none;
593
- padding : 0 ;
594
595
top : var (--sidebar-mobile-top-displacement );
595
596
max-height : calc (100vh - var (--sidebar-mobile-top-displacement ));
597
+ padding : 0 2rem ;
596
598
597
599
.sidebar__container {
598
600
width : 100% ;
You can’t perform that action at this time.
0 commit comments