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 z-index so tooltips are above #2803

Merged

Conversation

clari182
Copy link
Collaborator

@clari182 clari182 commented May 28, 2024

Copy link

cypress bot commented May 28, 2024

Passing run #2561 ↗︎

0 486 248 0 Flakiness 0

Details:

Fix z-index so tooltips are above
Project: aiid-site Commit: b086a8b3f3
Status: Passed Duration: 17:15 💡
Started: Jun 3, 2024 1:47 PM Ended: Jun 3, 2024 2:04 PM

Review all test suite changes for PR #2803 ↗︎

Copy link

codecov bot commented May 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.41%. Comparing base (b1238bd) to head (b086a8b).
Report is 1 commits behind head on staging.

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.
📢 Have feedback on the report? Share it here.

@clari182 clari182 marked this pull request as ready for review May 29, 2024 15:24
@clari182 clari182 requested a review from lmcnulty May 29, 2024 15:38
@@ -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' +
Copy link
Collaborator

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.

Copy link
Collaborator Author

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.

@kepae
Copy link
Collaborator

kepae commented Jun 26, 2024

Polite ping on this PR. Good to merge?

@clari182
Copy link
Collaborator Author

@kepae yes good to go!

@clari182 clari182 merged commit 6db0e29 into responsible-ai-collaborative:staging Jun 26, 2024
10 of 11 checks passed
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.

3 participants