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

Fix UserMenuDropdown z-index bug #419

Merged
merged 2 commits into from
Nov 15, 2023
Merged

Fix UserMenuDropdown z-index bug #419

merged 2 commits into from
Nov 15, 2023

Conversation

jeffdaley
Copy link
Contributor

Fixes a z-index bug introduced in #418 causing the user menu dropdown to appear below table headers.

This is a temporary solution: Normally we'd isolate the z-index concerns to the popover itself rather than its parent (notice how we have to change the z-index of an unrelated element) but this isn't possible in HdsDropdown. I'll soon switch this to XDropdownList to give us better control.

@jeffdaley jeffdaley marked this pull request as ready for review November 14, 2023 22:28
@jeffdaley jeffdaley requested a review from a team as a code owner November 14, 2023 22:28
@jeffdaley jeffdaley merged commit 7d15f09 into main Nov 15, 2023
2 checks passed
@jeffdaley jeffdaley deleted the jeffdaley/header-z-index branch November 15, 2023 19:11
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.

2 participants