Skip to content

Instantly share code, notes, and snippets.

@lvterry
Created January 27, 2016 03:24
Show Gist options
  • Save lvterry/d3a37f91a37320c3c2d5 to your computer and use it in GitHub Desktop.
Save lvterry/d3a37f91a37320c3c2d5 to your computer and use it in GitHub Desktop.
Disable body scroll on mobile safari
/* Add these styles to the body element when menu is displayed */
body.has-active-menu {
overflow: hidden;
position: fixed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment