Skip to content

Commit

Permalink
Fix grading popover being rundered underneath the grading chip (#6698)
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya authored Sep 24, 2024
1 parent ff2e9ff commit 53f575e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function GradeIndicator({
id={popoverId}
className={classnames(
'rounded shadow-lg bg-white border',
'w-64 absolute -left-6 top-full mt-0.5',
'w-64 absolute z-1 -left-6 top-full mt-0.5',
)}
data-testid="popover"
>
Expand Down

0 comments on commit 53f575e

Please sign in to comment.