Enable hamburger menu scrolling on mobile, follow-up to 1972364
This commit is contained in:
parent
58ee947b35
commit
630ec7b49c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue