Skip to content

Instantly share code, notes, and snippets.

@joelremix
Created April 29, 2014 03:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joelremix/11389946 to your computer and use it in GitHub Desktop.
Save joelremix/11389946 to your computer and use it in GitHub Desktop.
CSS: momentum scroll ios
.module {
overflow-y: scroll; /* has to be scroll, not auto */
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment