Skip to content

Instantly share code, notes, and snippets.

@jeangontijo
Last active January 20, 2019 22:50
Show Gist options
  • Save jeangontijo/5e79425780bc2ac3a686ba5389b03eeb to your computer and use it in GitHub Desktop.
Save jeangontijo/5e79425780bc2ac3a686ba5389b03eeb to your computer and use it in GitHub Desktop.
Prevent Safari iOS Bounce
body {
position: fixed;
overflow: hidden;
}
// That's it ! Tested in iOS 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment