Skip to content

Instantly share code, notes, and snippets.

@robertoandres24
Last active April 29, 2020 22:29
Show Gist options
  • Save robertoandres24/accddc21f8956648a445d2e386c4849f to your computer and use it in GitHub Desktop.
Save robertoandres24/accddc21f8956648a445d2e386c4849f to your computer and use it in GitHub Desktop.
.scrolling-wrapper {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
&::-webkit-scrollbar {
display: none;
}
.card {
display: inline-block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment