Hamburger menu needs to be able to scroll, follow-up to 1972364
This commit is contained in:
parent
95b71b35d6
commit
d1c570cf2c
|
@ -54,6 +54,10 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.hamburger-panel .panel-body {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.panel-body-contents {
|
||||
max-height: 100%;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue