html - Bootstrap : how to disable vertical scrollbar? -
when modal popup window opens, adds vertical scrollbar right of browser window. how disable this? think enabled when modal window has large height value needs scroll. want disable form height not exceed window height.
in css add :
body { overflow-y:hidden; }
Comments
Post a Comment