Skip to content

Instantly share code, notes, and snippets.

@alatzl
Last active December 30, 2015 22:08
Show Gist options
  • Save alatzl/7891880 to your computer and use it in GitHub Desktop.
Save alatzl/7891880 to your computer and use it in GitHub Desktop.
Adding momentum scrolling via CSS.
.nav-drawer, .inner-wrap {
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment