mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
fix: fieldtooltip blocking the field click (#1538)
## Before (error) https://github.com/user-attachments/assets/525e6c04-fc03-41a7-8299-2a753e9e9fa6 ## After (fixed) https://github.com/user-attachments/assets/67f7e592-c5ca-47f4-962c-e4a848522d43
This commit is contained in:
@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user