Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jamesfosker/bcf08859d252e3ec5d20c9a3071da51b to your computer and use it in GitHub Desktop.
Save jamesfosker/bcf08859d252e3ec5d20c9a3071da51b to your computer and use it in GitHub Desktop.
Divi Theme - Make Divi's Mobile Menu Scrollable
.et_mobile_menu {
overflow-y:scroll!important;
max-height:80vh!important;
-overflow-scrolling:touch!important;
-webkit-overflow-scrolling:touch!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment