Skip to content

Commit

Permalink
overflow scroll all menu levels
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed May 18, 2021
1 parent b150335 commit e850008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theme/themes/energyunion/collections/menu.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@

@media screen and (max-height: 600px) {
padding-top: 100px !important;
overflow: auto;
}

.menu-item {
Expand Down Expand Up @@ -279,6 +280,7 @@

@media screen and (max-height: 600px) {
padding-top: 100px !important;
overflow: auto;
}
}

Expand Down

0 comments on commit e850008

Please sign in to comment.