Skip to content

Instantly share code, notes, and snippets.

@sidonaldson
Last active August 29, 2015 14:27
Show Gist options
  • Save sidonaldson/55b1c75f20915867d12f to your computer and use it in GitHub Desktop.
Save sidonaldson/55b1c75f20915867d12f to your computer and use it in GitHub Desktop.
Disable 'overscroll'
html {
overflow: hidden;
height: 100%;
}
body {
height: 100%;
overflow: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment