Created
September 19, 2024 09:14
-
-
Save tdmrhn/0c9c3c7dadc9b6d66adc95bfecd440a5 to your computer and use it in GitHub Desktop.
Blocksy 2 Card Variation Swatches Overflow Slide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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