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
Post a Comment