Created
February 14, 2014 03:31
-
-
Save make-sum/8995312 to your computer and use it in GitHub Desktop.
Mobile List with Swipe, Horizontal Scroll
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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