specificity fix to d1c570c
This commit is contained in:
parent
6a8562894a
commit
95a454abb6
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue