File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -482,6 +482,7 @@ atomic-search-layout atomic-layout-section[section="search"] {
482
482
display : flex;
483
483
flex-direction : column;
484
484
width : 24rem ;
485
+ max-height : 100vh ;
485
486
position : sticky;
486
487
top : 0 ;
487
488
margin-top : -1rem ;
@@ -551,7 +552,7 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
551
552
.sidebar .scrollbar-container {
552
553
width : 100% ;
553
554
max-height : 100vh ;
554
- overflow : hidden ;
555
+ overflow : scroll ;
555
556
scrollbar-gutter : stable;
556
557
scrollbar-width : none;
557
558
}
@@ -790,7 +791,7 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
790
791
display : block !important ;
791
792
}
792
793
793
- # TableOfContents li {
794
+ # TableOfContents li : not ( : empty ) {
794
795
position : relative;
795
796
list-style : square;
796
797
}
You can’t perform that action at this time.
0 commit comments