fix: position of undo signature button

This commit is contained in:
Ephraim Atta-Duncan
2024-01-16 23:14:34 +00:00
parent f6ce7be61f
commit dd5f39205a
2 changed files with 4 additions and 1 deletions

View File

@ -166,6 +166,7 @@ export const SigningForm = ({ document, recipient, fields }: SigningFormProps) =
className="h-44 w-full"
defaultValue={signature ?? undefined}
clearSignatureClassName="absolute -bottom-6 -right-2 z-10 cursor-pointer"
undoSignatureClassName="absolute -top-32 -left-4 z-10 cursor-pointer"
onChange={(value) => {
setSignature(value);
}}