jQuery UI modal dialog background doesn't darken bottom of page background when scrollbars are present -


i have jquery ui modal dialog on http://www.citizenshipworks.org/ appears when click on go button right of 'enter mobile number receive text alerts'. (you may leave text input field blank).

the issue if viewport has scrollbars , aren't @ top of page, background darkens portion visible if @ top of page. seems happen on browsers. in advance!

just set css position fixed .ui-widget-overlay:

.ui-widget-overlay{position:fixed} 

Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -