Skip to content

Instantly share code, notes, and snippets.

@kankadev
Last active August 18, 2022 14:13
Show Gist options
  • Save kankadev/e658f6b3db197f69e272aed38ceab361 to your computer and use it in GitHub Desktop.
Save kankadev/e658f6b3db197f69e272aed38ceab361 to your computer and use it in GitHub Desktop.
[fix Divi header mobile menu overflow] Makes huge mobile menu scrollable #WordPress #Divi #CSS
header#main-header ul#mobile_menu {
overflow: scroll;
max-height: 80vh;
-overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment