UI Builder: How to override Page-level "overflow-y" default value
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
Is there a way I can remove this vertical scrollbar on the page element?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @Yann Dubois2 ,
try to add overflow-y: clip on body element.
Please mark helpful if that solves your problem.
Thanks.