Modal dialog incorrectly triggers browser window scrollbars
When I open a modal dialog window, that triggers the addition of
scrollbars on the browser window even though the scrollbars are not
necessary for my content. See the test case:
http://www.johncardinal.com/tests/dialogOverlay.htm
It looks to me like the div.ui-widget-overlay is too big and/or not
positioned properly. Where am I going wrong?
Thanks!
John