specificity fix to d1c570c

This commit is contained in:
Kris 2020-08-12 16:03:08 -04:00
parent 6a8562894a
commit 95a454abb6
1 changed files with 4 additions and 4 deletions

View File

@ -54,10 +54,6 @@
height: 100%;
}
.hamburger-panel .panel-body {
overflow-y: auto;
}
.panel-body-contents {
max-height: 100%;
width: 100%;
@ -94,6 +90,10 @@
}
}
.hamburger-panel .panel-body {
overflow-y: auto;
}
.menu-links.columned {
li {
width: 50%;