Skip to content

Commit

Permalink
specificity fix to d1c570c
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Aug 12, 2020
1 parent 6a85628 commit 95a454a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/assets/stylesheets/common/base/menu-panel.scss
Expand Up @@ -54,10 +54,6 @@
height: 100%;
}

.hamburger-panel .panel-body {
overflow-y: auto;
}

.panel-body-contents {
max-height: 100%;
width: 100%;
Expand Down Expand Up @@ -94,6 +90,10 @@
}
}

.hamburger-panel .panel-body {
overflow-y: auto;
}

.menu-links.columned {
li {
width: 50%;
Expand Down

0 comments on commit 95a454a

Please sign in to comment.