mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
field placement cursor
This commit is contained in:
@ -48,6 +48,9 @@ export default function PDFEditor(props: any) {
|
||||
<>
|
||||
<div>
|
||||
<PDFViewer
|
||||
style={{
|
||||
cursor: `url("https://place-hold.it/110x64/37f095/FFFFFF&text=${selectedFieldType}") 55 32, auto`,
|
||||
}}
|
||||
readonly={false}
|
||||
document={props.document}
|
||||
fields={fields}
|
||||
|
||||
@ -60,8 +60,7 @@ export default function PDFViewer(props) {
|
||||
key={short.generate().toString()}
|
||||
style={{
|
||||
position: "relative",
|
||||
cursor:
|
||||
'url("https://place-hold.it/110x64/37f095/FFFFFF&text=Signature"), auto',
|
||||
...props.style,
|
||||
}}
|
||||
className="mx-auto w-fit"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user