Skip to content

Instantly share code, notes, and snippets.

@mayeenulislam
Created July 21, 2015 04:36
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 mayeenulislam/429baa9fd168cf712659 to your computer and use it in GitHub Desktop.
Save mayeenulislam/429baa9fd168cf712659 to your computer and use it in GitHub Desktop.
The following CSS will scroll overflowed items just like a slider
.item{
overflow: auto;
scroll-snap-type: proximity;
scroll-snap-points-x: repeat(300px);
}
/* Source: https://twitter.com/supersole/status/615924334675296256 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment