Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created March 22, 2015 14:24
Show Gist options
  • Save adikahorvath/78b562dd33e2c842c56b to your computer and use it in GitHub Desktop.
Save adikahorvath/78b562dd33e2c842c56b to your computer and use it in GitHub Desktop.
smoother scrolling iOS5+
.smooth-scroll {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment