How to hide scrollbar in mendix

0
I am sharing screenshot of my page i want to hide scrollbar could any body help me with this what code i need to implement if it is css then where should i include that or in javascript action can i include any javascript to hide scrollbar.
asked
1 answers
0

Hi Jaya,

On the widget that creates the scrollbar you should set the style to:

overflow-x: hidden;

Hope this helps!

answered