Remove vertical scroll bar from a specific component

0
I am trying to remove a scroll bar from the component, in order to do this I have written a custom class in main.scss as shown below .no-scroll > div { overflow: hidden; height: fit-content; } On initial page load the class works fine but after reloading the page mendix adds it’s own inline css (shown in the screenshot below) with overflow:auto to the child div which causes the div to scroll. How can I fix this ?
asked
0 answers