Our problem is that we have a scroll bar on the page where the popup is. Try this. Add a html table with height>100% to your code above and test it again. try scrolling the page up and down and test the control.
Add a table after your form tag:
<table cellpadding="0" cellspacing="0" style="height: 120%">.... anything here </table>