Skip to content

Commit

Permalink
fix z index (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackburrus committed Sep 16, 2024
1 parent 9759f5f commit d6d61f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hyperdrive-trading/src/ui/rewards/RewardsTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function RewardsTooltip({
</Tooltip.Trigger>
<Tooltip.Portal>
<Tooltip.Content
className="h-fit w-64 rounded-box bg-base-200 px-3 py-2 shadow-2xl"
className="z-20 h-fit w-64 rounded-box bg-base-200 px-3 py-2 shadow-2xl"
sideOffset={5}
collisionPadding={12}
>
Expand Down

0 comments on commit d6d61f0

Please sign in to comment.