Skip to content

Instantly share code, notes, and snippets.

@ranbena
Created November 27, 2012 08:42
Show Gist options
  • Save ranbena/4153173 to your computer and use it in GitHub Desktop.
Save ranbena/4153173 to your computer and use it in GitHub Desktop.
Mobile web inner scrolling
<div id="scroll">
This is the scrollable content
</div>
#scroll {
height: 100px;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment