Skip to content

Commit

Permalink
Menu scroll on overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Oct 22, 2021
1 parent 6b68cda commit d18b042
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/themes/energyunion/collections/menu.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
padding-right: 2rem;
padding-left: 1rem;
background: rgba(0, 134, 117, 0.95);
overflow: auto;

.menu-item {
a {
Expand Down Expand Up @@ -267,6 +268,7 @@
padding-right: 2rem;
padding-left: 1rem;
background: rgba(0, 134, 117, 0.95);
overflow: auto;

.menu-item {
a {
Expand Down Expand Up @@ -436,6 +438,7 @@

.second-level {
background: rgba(0, 134, 117, 1) !important;
overflow: auto;
}

.third-level {
Expand Down

0 comments on commit d18b042

Please sign in to comment.