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.
2 parents 17d1dd9 + 2b2dd88 commit 727cf3fCopy full SHA for 727cf3f
assets/css/v2/style.css
@@ -647,11 +647,14 @@ ol li:last-child {
647
}
648
649
.sidebar__content__wrapper {
650
+ flex-grow: 1;
651
overflow-y: auto;
652
min-height: 0;
653
/* allows space for scrollbar */
654
width: calc(var(--sidebar-width) - 1rem);
655
scrollbar-gutter: stable;
656
+ display: flex;
657
+ flex-direction: column;
658
659
660
@@ -1170,6 +1173,10 @@ nav.sidebar.sidebar__mobile-open {
1170
1173
grid-area: sidebar;
1171
1174
--color-foreground: oklch(0 0 0 / 0.75);
1172
1175
1176
1177
1178
+ height: 100%;
1179
+
1180
.sidebar__container,
1181
.sidebar__container button,
1182
.sidebar__container ul,
0 commit comments