We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf4bba commit 0b3f325Copy full SHA for 0b3f325
assets/css/v2/style.css
@@ -482,6 +482,7 @@ atomic-search-layout atomic-layout-section[section="search"] {
482
display: flex;
483
flex-direction: column;
484
width: 24rem;
485
+ max-height: 100vh;
486
position: sticky;
487
top: 0;
488
margin-top: -1rem;
@@ -551,7 +552,7 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
551
552
.sidebar .scrollbar-container {
553
width: 100%;
554
max-height: 100vh;
- overflow: hidden;
555
+ overflow: scroll;
556
scrollbar-gutter: stable;
557
scrollbar-width: none;
558
}
0 commit comments