Skip to content

Instantly share code, notes, and snippets.

@robertu7
Created March 11, 2015 11:36
Show Gist options
  • Save robertu7/ddccc9e80e86a68fbde8 to your computer and use it in GitHub Desktop.
Save robertu7/ddccc9e80e86a68fbde8 to your computer and use it in GitHub Desktop.
Disable Desktop Browser Bounce
html {
height: 100%;
overflow: hidden;
}
body {
height: 100%;
overflow: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment