Scroll in absolute item with body overflow: hidden

Hey,
I have a body with a fixed sidebar and a absolute main section.
Both components are in the body which has a
width of 100vw
and a
height of 100vh
.
The body has also
overflow set to hidden
.
My Problem is now that when I am in the mobile view, I can scroll like
50vh
further down and
 50vw
further to the side.
when returning my min-width property from the main element, everything is working.

But I need the min-width because else it looks really bad.

Has anyone any idea?
Was this page helpful?