File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -577,6 +577,7 @@ body:not(:has(.main-layout)) header atomic-search-interface {
577
577
display : flex;
578
578
flex-direction : column;
579
579
width : 24rem ;
580
+ max-height : 100vh ;
580
581
position : sticky;
581
582
top : 0 ;
582
583
margin-top : -1rem ;
@@ -646,7 +647,7 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
646
647
.sidebar .scrollbar-container {
647
648
width : 100% ;
648
649
max-height : 100vh ;
649
- overflow : hidden ;
650
+ overflow : scroll ;
650
651
scrollbar-gutter : stable;
651
652
scrollbar-width : none;
652
653
}
@@ -885,7 +886,7 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
885
886
display : block !important ;
886
887
}
887
888
888
- # TableOfContents li {
889
+ # TableOfContents li : not ( : empty ) {
889
890
position : relative;
890
891
list-style : square;
891
892
}
You can’t perform that action at this time.
0 commit comments