File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 212
212
border-top : 1px solid var (--color-accent );
213
213
padding-top : 1rem ;
214
214
padding-bottom : 1rem ;
215
+ max-height : 3.5rem ;
215
216
}
216
217
217
218
.tsd-generator > p {
@@ -913,26 +914,24 @@ a.tsd-index-link {
913
914
914
915
.menu-sticky-wrap {
915
916
position : sticky;
916
- height : 94vh ;
917
+ height : calc (100vh - 2rem );
918
+ top : 4rem ;
917
919
right : 0 ;
920
+ padding : 0 1.5rem ;
918
921
padding-top : 1rem ;
919
- top : 3rem ;
922
+ margin- top: 3rem ;
920
923
transition : 0.3s ease-in-out;
921
- transition-property : top, padding-top, height;
924
+ transition-property : top, padding-top, padding , height;
922
925
overflow-y : auto;
923
926
}
924
927
.col-menu {
925
928
border-left : 1px solid var (--color-accent );
926
929
}
927
- .col-menu .tsd-navigation : not (: last-child ) {
928
- padding-bottom : 1.75rem ;
929
- }
930
- .col-menu .menu-sticky-wrap {
931
- padding : 0 1.5rem ;
932
- }
933
930
.col-menu--hide {
934
931
top : 1rem ;
935
- height : calc (100vh - 2rem );
932
+ }
933
+ .col-menu .tsd-navigation : not (: last-child ) {
934
+ padding-bottom : 1.75rem ;
936
935
}
937
936
}
938
937
You can’t perform that action at this time.
0 commit comments