Skip to content

Instantly share code, notes, and snippets.

@oswaldoacauan
Created November 5, 2013 11:04
Show Gist options
  • Save oswaldoacauan/7317402 to your computer and use it in GitHub Desktop.
Save oswaldoacauan/7317402 to your computer and use it in GitHub Desktop.
CSS - Position Fixed and Scroll on Mobile
.mobile-scrollable {
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment