Skip to content

Instantly share code, notes, and snippets.

@fredchu
Created August 15, 2014 07:39
Show Gist options
  • Select an option

  • Save fredchu/d133ba1c9122bc1bf6aa to your computer and use it in GitHub Desktop.

Select an option

Save fredchu/d133ba1c9122bc1bf6aa to your computer and use it in GitHub Desktop.
Disable scrolling with CSS
body {
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment