UI Builder: How to override Page-level "overflow-y" default value

Yann Dubois2
Tera Expert

Hi,

I have a custom workspace on Yokohama, and the page-level overflow-y: auto;  is adding an additional vertical scrollbar which I am unable to override on the styles under "Body".  I added "overflow-y: hidden !important;"  but it is still overridden by the page's value.

YannDubois2_0-1780417525612.png

YannDubois2_1-1780417610382.png

 

Is there a way I can remove this vertical scrollbar on the page element?

2 REPLIES 2

tomasscerba
Mega Sage

Hi @Yann Dubois2 ,

 

try to add overflow-y: clip on body element.

 

Please mark helpful if that solves your problem.

 

Thanks.

Yann Dubois2
Tera Expert

@tomasscerba Unfortunately the overflow-y: clip; does not get recognized.  It does not even show up, or as being overridden by the overflow: auto; 

YannDubois2_0-1785763047655.png