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"] {
482482 display : flex;
483483 flex-direction : column;
484484 width : 24rem ;
485+ max-height : 100vh ;
485486 position : sticky;
486487 top : 0 ;
487488 margin-top : -1rem ;
@@ -551,7 +552,7 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
551552.sidebar .scrollbar-container {
552553 width : 100% ;
553554 max-height : 100vh ;
554- overflow : hidden ;
555+ overflow : scroll ;
555556 scrollbar-gutter : stable;
556557 scrollbar-width : none;
557558}
@@ -790,7 +791,7 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
790791 display : block !important ;
791792}
792793
793- # TableOfContents li {
794+ # TableOfContents li : not ( : empty ) {
794795 position : relative;
795796 list-style : square;
796797}
You can’t perform that action at this time.
0 commit comments