aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/ui/info-tooltip.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/ui/info-tooltip.tsx')
-rw-r--r--apps/web/components/ui/info-tooltip.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/ui/info-tooltip.tsx b/apps/web/components/ui/info-tooltip.tsx
index 0254aa80..4dd97199 100644
--- a/apps/web/components/ui/info-tooltip.tsx
+++ b/apps/web/components/ui/info-tooltip.tsx
@@ -23,7 +23,7 @@ export default function InfoTooltip({
{variant === "tip" ? (
<Info
color="#494949"
- className={cn("cursor-pointer", className)}
+ className={cn("z-10 cursor-pointer", className)}
size={size}
/>
) : (