-
Notifications
You must be signed in to change notification settings - Fork 36
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 z-index so tooltips are above #2803
Fix z-index so tooltips are above #2803
Conversation
Passing run #2561 ↗︎Details:
Review all test suite changes for PR #2803 ↗︎ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## staging #2803 +/- ##
===========================================
+ Coverage 86.26% 86.41% +0.14%
===========================================
Files 251 248 -3
Lines 8441 8426 -15
Branches 2653 2653
===========================================
- Hits 7282 7281 -1
+ Misses 1075 1062 -13
+ Partials 84 83 -1 ☔ View full report in Codecov by Sentry. |
@@ -24,7 +24,7 @@ const Layout = ({ children, className, sidebarCollapsed = false, location }) => | |||
<div | |||
id="content" | |||
className={ | |||
'flex flex-grow pt-4 px-4 pb-5 md:px-10 md:pb-10 z-[1] relative flex-1 overflow-clip' + | |||
'flex flex-grow pt-4 px-4 pb-5 md:px-10 md:pb-10 z-1 relative flex-1 overflow-clip' + |
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.
Does z-1 actually do anything? It seems like Tailwind jumps from z-0 to z-10 for whatever reason.
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.
Right! I was convinced it was z-index: 1
I just removed it because it wasn't doing anything.
It seems to work ok that way so I think we're good, but let me know if you find anything weird or not working properly regarding tooltips and others.
Polite ping on this PR. Good to merge? |
@kepae yes good to go! |
6db0e29
into
responsible-ai-collaborative:staging
Should not break #2164
https://pr-2803--staging-aiid.netlify.app/