Fix navbar not scrolling in mobile (#430)

This commit is contained in:
Humberto Rocha 2023-01-16 17:54:23 -05:00 committed by GitHub
parent 77ba7b02b9
commit a18940aacf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1733,6 +1733,7 @@ form .post {
height: 100%;
right: 0;
top: var(--md-header-height);
overflow-y: auto;
}
.right-column nav {