Add scrolling to left sidebar navigation

This commit is contained in:
Jessica Parsons 2017-12-13 08:36:07 -08:00 committed by GitHub
parent 52d1cadaac
commit ba9b787366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,10 @@
@media screen and (min-width: $desktop) { @media screen and (min-width: $desktop) {
position: fixed; position: fixed;
top: 158px;
bottom: 0;
overflow-y: auto;
padding-right: 1em;
} }
&.mobile { &.mobile {