Add scrolling to left sidebar navigation
This commit is contained in:
parent
52d1cadaac
commit
ba9b787366
@ -20,6 +20,10 @@
|
||||
|
||||
@media screen and (min-width: $desktop) {
|
||||
position: fixed;
|
||||
top: 158px;
|
||||
bottom: 0;
|
||||
overflow-y: auto;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
&.mobile {
|
||||
|
Loading…
x
Reference in New Issue
Block a user