Skip to content

Instantly share code, notes, and snippets.

@Agressiva86
Created December 28, 2018 11:48
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 Agressiva86/6a310f892d1d1b1cab5a7135f727ec80 to your computer and use it in GitHub Desktop.
Save Agressiva86/6a310f892d1d1b1cab5a7135f727ec80 to your computer and use it in GitHub Desktop.
Touch Slider - SCSS
.touch-slider-wrapper {
display: flex;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scroll-snap-points-x: 276px;
scroll-snap-type: mandatory;
padding: 0 25px;
.touch-wrapper-helper {
white-space: nowrap;
width: 100%;
}
.touch-slide {
flex-shrink: 0;
white-space: normal;
display: inline-flex;
width: 276px;
margin-right: 25px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment