Skip to content

Instantly share code, notes, and snippets.

@FeMaffezzolli
Created July 24, 2020 19:31
Show Gist options
  • Save FeMaffezzolli/8c7a151011c5e8d7b5204bc010f99a2e to your computer and use it in GitHub Desktop.
Save FeMaffezzolli/8c7a151011c5e8d7b5204bc010f99a2e to your computer and use it in GitHub Desktop.
Pure CSS Horizontal Scroll
.wrapper {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
}
.wrapped {
flex: 0 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment