Overflow-x is not working anymore

Hi for a website (e2storm.webflow.com) I am developing I have added body{overflow-x: hidden; overflow-y:scroll} to the custom code. It has been changed and reverted.

At first it worked fine. Since the inermediate changes of the custom code it is not working anymore.

could it be there is some rudimentary code stuck in the custom code area?

Hope it can be solved.

With kind regards,

qpeuling

Not sure I can help but…

Can you please share your project’s public link so it’s easier to understand your issue?

Learn how to do it here: Share a read-only link | Webflow University

https://webflow.com/design/e2storm?preview=4b8dbc3dba6418dd265c6020ce0494df

this is the read only link

Hi @qpeuling, perhaps adding all of your elements into a div could help (instead of the body). Just make sure to set the div to overflow: hidden or add your custom code to the div. I tested this and it worked for me. Let me know if you run into any problems. :slight_smile:

1 Like