Skip to content

Instantly share code, notes, and snippets.

@pixelchar
Created September 23, 2013 19:27
Show Gist options
  • Select an option

  • Save pixelchar/6675656 to your computer and use it in GitHub Desktop.

Select an option

Save pixelchar/6675656 to your computer and use it in GitHub Desktop.
iOS native-style momentum scrolling
.element {
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment