Skip to content

Instantly share code, notes, and snippets.

@hbaker
Created January 25, 2018 00:50
Show Gist options
  • Save hbaker/df5d13aca8ef18a4edddfb6c4dc71f8f to your computer and use it in GitHub Desktop.
Save hbaker/df5d13aca8ef18a4edddfb6c4dc71f8f 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;
}
@bmaxtar
Copy link

bmaxtar commented Dec 21, 2020

Nice

@hectoriko
Copy link

Thanks. It's been quite useful.

@QuantumDevQBL
Copy link

Thank you very much :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment