Skip to content

Instantly share code, notes, and snippets.

@johnRivs
Created November 26, 2020 13:07
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 johnRivs/b8959be7fc30cbe40e8db9a55d375a19 to your computer and use it in GitHub Desktop.
Save johnRivs/b8959be7fc30cbe40e8db9a55d375a19 to your computer and use it in GitHub Desktop.
/* Based on https://twitter.com/argyleink/status/1312380632681586689 */
/* Can be combined with flex */
.horizontal-scrollview {
overflow: auto hidden;
-webkit-overflow-scrolling: touch;
scroll-behavior: smooth;
overscroll-behavior-x: contain;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment