need to remove scroll bar from pop-up

0
  dear all,   I need your help, In above above-mentioned Screenshot, there is a Pop-up window for adding new vendor data, but in that window unnecessary scroll bar is coming into downside, which I have highlighted,  so I  want to remove that scroll bar from my page, can anybody let me know how to remove that, either through CSS or any function which I don't, actually I am struggling a lot to remove that,   thanks in advance  
asked
1 answers
0

Hi Pushpendra,

 

you can use “overflow-x: hidden” to hide the horizontal scrollbar.

 

Your screenshot looks like this could also be avoided by setting up the popup page correctly. Would you mind sharing a screenshot of the popup page in the modeler?

 

Cheers,

Jan

answered