Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tdmrhn/0c9c3c7dadc9b6d66adc95bfecd440a5 to your computer and use it in GitHub Desktop.
Save tdmrhn/0c9c3c7dadc9b6d66adc95bfecd440a5 to your computer and use it in GitHub Desktop.
Blocksy 2 Card Variation Swatches Overflow Slide
.ct-card-variation-swatches .variations { align-items: center; }
.ct-card-variation-swatches .ct-variation-swatches {
overflow-x: auto;
scrollbar-width: thin;
padding-bottom: 10px;
justify-content: flex-start;
flex-wrap: nowrap;
max-width: 80%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment