-
Notifications
You must be signed in to change notification settings - Fork 26
[PANGOLIN-3857] update z-index for filter menu dropdown #3119
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
One thing to note is the extra space between the Filter row and the grid in @kterry1 's recording was manually added during debugging to figure out what was causing the menu to not appear. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for figuring a solution out on your own, I know this stacking issues are no fun to debug 🙇♂️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for working on this.
Thank you both @misama-ct @ddouglasz. Are either of you able to merge here? I don't appear to have access to do so. |
@kterry1 merged. ill let you know when it's been released. |
Thanks @valoriecarli! |
Summary
The
portals-container
element for a drawer has az-index of 10000
and when theFilter
component is inside a drawer, the menu dropdown is covered as it has az-index of 5
. I updated the z-index of the menu styles for theFilter
component but if I missed another spot that needs updated here please let me know.Description
Screen.Recording.2025-05-21.at.4.04.53.PM.mov