Skip to content

Commit 334064f

Browse files
committed
Sidebar shouldn't always be 100vh, just sometimes
1 parent 0ab60d7 commit 334064f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/components/_sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
.page-sidebar {
9-
height: 100vh;
9+
max-height: 100vh;
1010
position: -webkit-sticky;
1111
position: sticky;
1212
overflow: auto;

0 commit comments

Comments
 (0)