Prevent visual overlap when a card is expanded to fullscreen mode and other cards would normally overlay on top of that card based on z-index value and precedence order.
This PR resolves #1340.
Changes:
This PR makes the following changes:
Increase z-index value to 1000 for any card expanded into fullscreen mode; and revert back to 1 when un-expanded.
Prevent visual overlap when a card is expanded to fullscreen mode and other cards would normally overlay on top of that card based on
z-index
value and precedence order.This PR resolves #1340.
Changes:
This PR makes the following changes:
z-index
value to 1000 for any card expanded into fullscreen mode; and revert back to 1 when un-expanded.