There was an error while loading. Please reload this page.
2 parents c303425 + e7211f9 commit 5537370Copy full SHA for 5537370
1 file changed
src/ShellDocs.Components/Chrome/DocsSidebar.razor.css
@@ -8,6 +8,9 @@
8
9
.sidebar-tree {
10
flex: 1;
11
+ /* flex items default to `min-height: auto` (intrinsic content size), so
12
+ without this the tree grows past the parent instead of scrolling. */
13
+ min-height: 0;
14
display: flex;
15
flex-direction: column;
16
gap: 1.25rem;
0 commit comments