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

Update workspace-card css to not specify z-index #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rewinfrey
Copy link

@rewinfrey rewinfrey commented Mar 2, 2025

Problem

Closes #36.

tooltip-bubble modals are displaying incorrectly with sibling workspace cards.

image

Solution

Updates the workspace-card css class to not specify z-index, allowing the tooltip-bubble class to correctly display on top of sibling workspace cards. Based on current css usage, this appears to be a simpler solution than adjusting the z-index property of the tooltip-bubble class to be higher than the workspace-card class:

image

Caveats/Notes

I have little context on this application and its conventions, and I may be missing key context on why workspace-card has the z-index property defined that may make this solution insufficient. I am happy to iterate on this proposal if this solution is not possible.

…ctly displays on top of sibling workspace cards
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.

Hover tooltip doc window z-index bug
1 participant