javascript - Prevent BODY from scrolling when modal is opened AND input is focused -


similar question 1 here:

prevent body scrolling when modal opened

.modal{ -webkit-overflow-scrolling: touch;   overflow-y: auto; }  body.modal--open{ overflow:hidden; } 

the above css works fine, problem when user focuses on input field within modal body scrolls again. there can done prevent this? thanks!


Comments

Popular posts from this blog

python - Setting ctypes.Structure default values -

Ansible - ERROR! the field 'hosts' is required but was not set -

java - HTTP Status 500 - No data type for node: org.hibernate.hql.internal.ast.tree.IdentNode -