Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Card overlap when fullscreen expanded by increasing z-index value #1342

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

nelsonni
Copy link
Member

@nelsonni nelsonni commented Nov 6, 2023

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.

@nelsonni nelsonni changed the title Prevent visual overlap by setting z-index: 1000 upon Card fullscreen expan… Prevent Card overlap when fullscreen expanded by increasing z-index value Nov 6, 2023
@nelsonni nelsonni merged commit 31f6872 into main Nov 6, 2023
6 checks passed
@nelsonni nelsonni deleted the bugfix/fullscreen-overlap branch November 6, 2023 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visual overlapping (z-index) when cards expanded into fullscreen mode
1 participant