Skip to content

Instantly share code, notes, and snippets.

View jamesfosker's full-sized avatar
💭
Busy updating my plugins for the WordPress community

James Fosker jamesfosker

💭
Busy updating my plugins for the WordPress community
View GitHub Profile
@jamesfosker
jamesfosker / scrollable-divi-mobile-menu.css
Created April 5, 2018 17:51 — forked from hbaker/scrollable-divi-mobile-menu.css
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;
}