A cart Button that has a position fixed within my navigation structure.
Clicking on this button should open the Cart Modal fullscreen.
The Problem:
The cart Modal does not open, or only opens inside the constraints of the fixed parent container.
What I’ve tried so far:
Putting the cart inside the navigation container. Sadly this opens the modal only within the constraints of this parent container
putting the cart in a fixed parent container outside the navigation. Sadly this opens the modal only within the constraints of this parent container
giving the cart button a position of fixed and leaving the parent container static. The cart button does not show up. Or elements are not clickable depending on the z-index.
putting the cart in a fixed parent container that stretches over the whole screen. Giving the cart button a position of fixed. But then the cart button itself does not show up.
Is there anything I can do here?
It seems like this should be achievable easily, but I don’t think this works properly in webflow.
I’ve had similar issues with the cart. Tried a bunch of things as you did. It’s pretty terrible if you ask me. Here is my issue (similar to yours): Cart wrapper is stuck at top of page
Damn… I agree.
I found kind of a workaround. I animated the cart container seperately from the cart button. This works for me even if it’s not ideal atm