hide x-overflow

Hi everyone,

I’m having this issue when my page content gets too long.
For some reason if the page content is too long the x scrollbar appears alongside the y scrollbar.
I try to hide this by:

html, body{
	overflow-x: hidden;
}

Unfortunately this doesn’t work. preferably I want to do this in the MainLayout.
When I inspect the page in the browser and add in manually to the html or body it works. I guess I just need to find the correct place to set it…

Does anyone have an idea on how to achief this?

Kind regards,

I fixed this by setting it in the shared-styles.html that I use