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) {
|
@media screen and (min-width: $desktop) {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
top: 158px;
|
||||||
|
bottom: 0;
|
||||||
|
overflow-y: auto;
|
||||||
|
padding-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mobile {
|
&.mobile {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user