Enable hamburger menu scrolling on mobile, follow-up to 1972364

This commit is contained in:
Kris 2020-08-15 20:31:22 -04:00
parent 58ee947b35
commit 630ec7b49c
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
.hamburger-panel .menu-panel.slide-in {
left: 0;
.panel-body {
display: block;
}
.panel-body-contents {
max-height: unset;
}
}
.header-cloak {
height: 100vh;