Scrollbar Space X reserved

Hi,

in below screenshot I am having a small white line that should not be the case since my Wrapper container has height set to screen. Any suggestions what else to look into?

Was able to fix that with a custom class. But realized for the overflow in the container, I did not find a way to do a scroll on in Y or X. Its either both or nothing.

I guess you are using a non-Apple mouse? In that case, I believe that a scrollbar is always added.

You can remove scrollbars with CSS - seems like you’ve already managed to do that with a custom class?

1 Like

I mean this:

If I want to have overflow hidden on x but scroll on y.

yeah I was able to fix it with a custom class. I had to set overflow-x-hidden