Skip to content

Commit 931d459

Browse files
fix(docs): sidebar scroll container (#68)
On media query screens of `lg` the `Sidebar` scroll breaks due to `min-height: min-content`
1 parent a37c63c commit 931d459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/components/Sidebar.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ article ~ .root {
126126
position: sticky;
127127
top: 0;
128128
align-self: flex-start;
129-
min-height: min-content;
130129
max-height: calc(100vh - 48px);
131130
margin-top: -1rem;
132131
height: auto;

0 commit comments

Comments
 (0)