Created
June 4, 2026 06:25
-
-
Save tdmrhn/e94ef97a4245849f1842fa16c683510a to your computer and use it in GitHub Desktop.
Blocksy: Always show floating cart on mobile
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
| @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