Skip to content

Instantly share code, notes, and snippets.

@Neoglyph
Created August 22, 2019 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neoglyph/04e2ca62c3e46ff2f40cc3f66d4771f5 to your computer and use it in GitHub Desktop.
Save Neoglyph/04e2ca62c3e46ff2f40cc3f66d4771f5 to your computer and use it in GitHub Desktop.
Prevent ios mobile scroll on mobile
body.on-scroll {
overflow-y: hidden !important;
}
.modal-overlay {
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment