@Relume can you set the page-wrapper to be overflow:clip?
I've had issues with responsive and that fixes it. Thank @Matt for once telling me about that
@Sara Margolies are you saying that the page wrapper came default with overflow:hidden; set or?
well overflow visible shouldn't do anything but also shouldnt be set by default. overflow:hidden is what breaks fixed/sticky elements and should use overflow:clip to prevent that
oh that's a good point - my sticky elements did stop working. Thank you so much for pointing that out
im not entirely sure what the difference is technically. Guessing its a completely different way the browser handles overflow. Overflow clip is new compared to hidden.