Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created June 4, 2026 06:25
Show Gist options
  • Select an option

  • Save tdmrhn/e94ef97a4245849f1842fa16c683510a to your computer and use it in GitHub Desktop.

Select an option

Save tdmrhn/e94ef97a4245849f1842fa16c683510a to your computer and use it in GitHub Desktop.
Blocksy: Always show floating cart on mobile
@media (max-width: 689.98px) {
.ct-drawer-canvas[data-floating-bar] .ct-floating-bar {
opacity: 1;
transform: translateY(0);
display: flex;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment