JQ modal dialog does not work properly (the dialog was not clickable and appeared "disabled") without the below CSS:
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .ui-front { z-index: 100; }
Thank you for letting us know Sam!
Aderson