Hamburger menu needs to be able to scroll, follow-up to 1972364

This commit is contained in:
Kris 2020-08-11 22:33:51 -04:00
parent 95b71b35d6
commit d1c570cf2c
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@
height: 100%;
}
.hamburger-panel .panel-body {
overflow-y: auto;
}
.panel-body-contents {
max-height: 100%;
width: 100%;