Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Littlefean committed Jan 24, 2025
2 parents 8c18ec3 + 8b3af90 commit 251b492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const _Box = <E extends ElementType = "div">(
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={{
Expand Down

0 comments on commit 251b492

Please sign in to comment.