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

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -