I have a jQuery UI modal dialog on http://www.citizenshipworks.org/ that appears when you click on the Go button to the right of 'Enter your mobile number to receive text alerts'. (You may leave the text input field blank).
The issue is if your viewport has scrollbars and you aren't at the top of the page, the background only darkens the portion that would be visible if you are at the top of the page. This seems to happen on all browsers. Thanks in advance!
Just set CSS position to fixed for .ui-widget-overlay
:
.ui-widget-overlay{position:fixed}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With