Overflow on Body's right side

I want this ball’s overflow to not be visible but I’m only able to achieve that if I put it on the left edge of the Body element. I do want it’s overflow to be visible when it crosses over to the section above though. If I set the Body’s over flow to hidden the whole frigging site stops scrolling when published!:crazy_face:

I have the same problem with every element that I want to only be partly visible inside the Body. Works on the left side but on the right it messes up everything.
What should I do?


Here is my site Read-Only: https://preview.webflow.com/preview/namoi?utm_medium=preview_link&utm_source=dashboard&utm_content=namoi&preview=7fb8b43a84918091b66492d06ccdbb80&mode=preview

You have to wrap the whole page in a div and give that element the overflow:hidden property.

1 Like

Like a Body sized div in the Body?:smiley:

Yeah just like a normal div that you place all the page elements inside of. I usually call it “Page” or something like that.

Give it a width of 100vw and overflow hidden.

It should fix the issue.

Tack så mycket Felix!! It works😁

1 Like

I kept everything on Auto with the new divs size.

Awesome, glad i could help :smiley: