Skip to content

Instantly share code, notes, and snippets.

@lunaroja
Created April 3, 2013 16:03
Show Gist options
  • Save lunaroja/5302555 to your computer and use it in GitHub Desktop.
Save lunaroja/5302555 to your computer and use it in GitHub Desktop.
simple horizontal scrolling div with iOS touch support.
.horizontalScroll {
width: 100%;
height: 200px;
overflow: scroll;
overflow-y: hidden!important;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment