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 969d12f commit e1c39d4Copy full SHA for e1c39d4
assets/css/v2/style.css
@@ -456,7 +456,6 @@ nav {
456
z-index: 2;
457
border-right: 1px solid var(--color-divider);
458
min-height: 100vh;
459
- overflow-y: auto;
460
}
461
462
#searchbox {
@@ -759,6 +758,19 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
759
758
/* MARK: Sidebar
760
*/
761
+.sidebar {
762
+ display: flex;
763
+ flex-direction: column;
764
+ width: 22rem;
765
+ max-height: 100vh;
766
+ position: sticky;
767
+ top: 0;
768
+ margin-top: 0rem;
769
+ padding-top: 1rem;
770
+ align-items: start;
771
+ overflow-y: auto;
772
+}
773
+
774
/* Reset/Renormalize lists to remove default browser styling */
775
.sidebar__container,
776
.sidebar__container button,
0 commit comments