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 2765f55 + 6495325 commit fb28163Copy full SHA for fb28163
_sass/_sidebar.scss
@@ -14,6 +14,8 @@
14
margin-bottom: 1em;
15
16
@media screen and (min-width: $sidebar-min-width) {
17
+ height: 100vh;
18
+ overflow-y: auto; // Add scrollbar if the sidebar is too long
19
position: fixed;
20
padding-top: $masthead-height;
21
}
0 commit comments