Skip to content

Instantly share code, notes, and snippets.

@mediamichael
Created February 14, 2014 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mediamichael/8995312 to your computer and use it in GitHub Desktop.
Save mediamichael/8995312 to your computer and use it in GitHub Desktop.
Mobile List with Swipe, Horizontal Scroll
.items li {
padding: 0px;
display: inline-block;
white-space: nowrap;
overflow: scroll;
-webkit-overflow-scrolling:touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment