Skip to content

Commit

Permalink
fix(ui/faculty): increase z-index of tooltip in activity form (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpinheiro authored Dec 11, 2023
1 parent 8b11b5d commit 87f7e3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
border-radius: 18px;
position: absolute;
z-index: 1;
z-index: 3;
top: 100%;
left: 0;
width: max-content;
Expand Down Expand Up @@ -55,7 +55,7 @@
border-radius: 2px;
padding: 6px;
position: absolute;
z-index: 1;
z-index: 3;
pointer-events: none;
}

Expand Down Expand Up @@ -109,7 +109,7 @@
border-bottom: 6px solid white;
margin-left: -6px;
margin-top: -2px;
z-index: 1;
z-index: 3;
}

/* The outline of the left-pointing triangle */
Expand All @@ -128,7 +128,7 @@
border-right: 6px solid white;
margin-top: -6px;
margin-right: -0.5px;
z-index: 1;
z-index: 3;
}

.infoTooltip:hover .infoTooltipText {
Expand Down

1 comment on commit 87f7e3a

@vercel
Copy link

@vercel vercel bot commented on 87f7e3a Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.