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( return createPortal(
<div <div
className={cn('absolute')} className={cn('pointer-events-none absolute')}
style={{ style={{
top: `${coords.y}px`, top: `${coords.y}px`,
left: `${coords.x}px`, left: `${coords.x}px`,