I have a bigger form and use an overlay box to block it while the save process runs. But somehow this overlay only covers exactly that part of the form which is visible on the init of the form, but the area you can only see after scrolling is not covered by the overlay box.
How can I enforce covering at least the CURRENTLY viewed area?
Subquestion here: Can I get scrolling while the overlay box is active?