-
Bug
-
Resolution: Fixed
-
Normal
-
9.0.0, 8.6.2.1
-
Security Level: Jimmy
-
None
-
ZK 9.0.1 S1
Steps to Reproduce
run http://zkfiddle.org/sample/3c6qja8/1-modal-mask-not-covering-whole-page
scroll down
compare 8.6.1 vs 8.6.2.1 or 9.0.0
Current Result
>= 8.6.2.1
the modal mask does not cover the whole page
Expected Result
<=8.6.1
the modal mask covers the whole page when scrolling down
Debug Information
Workaround
add the css below
body { height: initial; position: relative; }