Relume can you set the page-wrapper to be overflow:clip?
I've had issues with responsive and that fixes it. Thank Matt J. for once telling me about that
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
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.