Community forum for knowledge and support

Updated 3 weeks ago

Set the page-wrapper to overflow:clip

@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

M
S
12 comments

@Sara Margolies are you saying that the page wrapper came default with overflow:hidden; set or?

I think it was overflow:visible because it was giving me issues

unless I by mistake changed something

realized that overflow:hidden also works, right?

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

Is that the only different between the 2?

with overflow:visible I was having issues responsively

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.

Interesting. Right

sounds like clip might be safer, no?

right, clip does all the same things, without the bugs

Add a reply
Sign up and join the conversation on Slack