-
New Feature
-
Resolution: Won't Do
-
Normal
-
8.0.5
-
Security Level: Jimmy
-
ZK 8.5.1 S1, ZK 8.5.2 S1
Add a property/client-attribute to specify a minimum z-index for popups and modal windows/spanels to allow layout integration with existing z-index styles.
If multiple popups stack up the next higher z-index should be chosen.
e.g. 3 stacked modals
- modal with default
- modal with min-z-Index 5000
- modal with default
result
- modal z-index: 1800
- modal z-index: 5000
- modal z-index: 5001
- relates to
-
ZK-3945 Popup's z-index doesn't work properly
- Closed