-
Notifications
You must be signed in to change notification settings - Fork 832
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
Tooltip is not changing z-index #1474
Comments
I added this to the global css file and it worked
|
Hmmm, yeah - that's probably coming from the evergreen/src/tooltip/src/Tooltip.js Lines 130 to 137 in 243d751
evergreen/src/positioner/src/Positioner.js Line 159 in 243d751
evergreen/src/constants/src/StackingOrder.js Lines 16 to 19 in 243d751
I don't think this is really a use-case we've accounted for (overriding the default z-index for a Tooltip, or really any internal component that's leveraging the |
@brandongregoryscott I'm sorry for not responding you soon. The header and footer is overlapping the tooltip. The popover is having the same problem, there is a inline-style overriding the z-index. |
Hey @samuelndm, sorry for the delay here. The Tooltip leverages our |
It has a inline style of
z-index: 10
that is overlapping the z-index classThe text was updated successfully, but these errors were encountered: