Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created September 23, 2024 05:52
Show Gist options
  • Save tdmrhn/2f485cb778dc2adefc06fbc1b51e827d to your computer and use it in GitHub Desktop.
Save tdmrhn/2f485cb778dc2adefc06fbc1b51e827d to your computer and use it in GitHub Desktop.
Blocksy PTE Filters Mobile Horizontal Scrolling
@media only screen and (max-width: 700px) {
.ct-dynamic-filter {
overflow-x: scroll;
flex-wrap: nowrap;
justify-content: left;
padding-bottom: 1rem;
}
.ct-dynamic-filter > * {
flex: 0 0 auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment