Remove Vertical Stack Scrollbar
in Forms
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.