Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 9.0.0, 8.6.2.1
-
Fix Version/s: 9.0.1
-
Component/s: Components, Theme
-
Security Level: Jimmy
-
Labels:None
-
gh.sprint.customfield.default.name:ZK 9.0.1 S1
Description
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; }