Remove Vertical Stack Scrollbar

I need to remove Extra Scrollbar from my form how can I achieve that even I used in my CSS file

overflow-x: hidden !important;

overflow-y: hidden !important;

and I used this CSS on the Vertical Stack but still I am getting the extra scrollbar in my form.

Need a solution for that.

Sign In or Register to comment.