Catalin Pit
2024-12-17 08:04:20 +02:00
committed by GitHub
parent 82deab41f4
commit 9502f4361d

View File

@ -40,7 +40,7 @@ export function FieldToolTip({ children, color, className = '', field }: FieldTo
return createPortal(
<div
className={cn('absolute')}
className={cn('pointer-events-none absolute')}
style={{
top: `${coords.y}px`,
left: `${coords.x}px`,