feat: expiry dialog

This commit is contained in:
Ephraim Atta-Duncan
2024-11-17 09:46:41 +00:00
parent 63830fb257
commit ca2b6bea95
8 changed files with 223 additions and 34 deletions

View File

@ -36,7 +36,7 @@ export const ShowFieldItem = ({ field, recipients }: ShowFieldItemProps) => {
return createPortal(
<div
className={cn('pointer-events-none absolute z-10 opacity-75')}
className={cn('pointer-events-none absolute opacity-75')}
style={{
top: `${coords.y}px`,
left: `${coords.x}px`,