Bug: "Copy page" contextual dropdown overlaps top banner and search box #5596
gsdv
started this conversation in
Bugs & Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The dropdown rendered by
contextual.optionsopens withz-index: 50, which is higher than the dismissible banner and the navbar's search box. As a result the dropdown visually covers them, and the top items in the menu are hard to read.One example is in https://agentskills.com (on any page, click "Copy page" and scroll down slightly):

Expected: dropdown sits below the banner / navbar, like other floating menus do.
Environment:
mintdismissible: truecontextual.optionsenabledCurrently, lowering
[data-radix-popper-content-wrapper]toz-index: 10 !importantin custom CSS fixes it locally. However, this solution feels slightly hacky. but feels like the platform default should handle this.Beta Was this translation helpful? Give feedback.
All reactions