Remove horizontal scroll bar

-1
Hi, In my application, I need to remove the “Horizontal scroll bar”. How to remove that one it comes to all pages into my application. If I remove by using ::WebKit both scroll bars are hidden. I need to hide only Horizontal scroll bar. I am using Mendix 8.8.1 Version I have attached the screenshot for reference. Please advise on this...
asked
1 answers
1

You could always try using CSS

overflow-x: hidden;

It’s probably worth looking at the layout in general to see what is pushing it out and trying to fix that.

answered