Skip to content

Commit 35ae977

Browse files
committed
Fix if a sidebar scrolling if it is too long
1 parent 084f7d3 commit 35ae977

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_sass/components/_sidebar.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
}
77

88
.page-sidebar {
9+
height: 100vh;
910
position: -webkit-sticky;
1011
position: sticky;
12+
overflow: auto;
1113
top: 20px;
1214

1315
a {

0 commit comments

Comments
 (0)