diff --git a/src/components/ui/Box.tsx b/src/components/ui/Box.tsx index ee6d918b..5e28ac49 100644 --- a/src/components/ui/Box.tsx +++ b/src/components/ui/Box.tsx @@ -61,7 +61,7 @@ const _Box = ( className={cn( "pointer-events-none fixed z-[103] scale-75 rounded-md border border-neutral-700 bg-neutral-800/20 px-2 py-1 text-white opacity-0 backdrop-blur-md transition-all", { - "pointer-events-auto scale-100 opacity-100": showTooltip, + "pointer-events-auto scale-100 opacity-100": showTooltip && tooltip, }, )} style={{