Fix navbar not scrolling in mobile (#430)
This commit is contained in:
parent
77ba7b02b9
commit
a18940aacf
|
@ -1733,6 +1733,7 @@ form .post {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: var(--md-header-height);
|
top: var(--md-header-height);
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-column nav {
|
.right-column nav {
|
||||||
|
|
Loading…
Reference in New Issue