Last active
August 18, 2022 14:13
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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