Skip to content

Commit 876a2d7

Browse files
enhancement
1 parent 16f287f commit 876a2d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

microfrontends/SignDocuments/src/Component/SignYourselfPdf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ function SignYourSelf() {
10031003
if (modalDialog.left < mobileHead.left) {
10041004
let leftOffset = mobileHead.left - modalDialog.left;
10051005
modal.style.left = leftOffset + 'px';
1006-
modal.style.top = (window.innerHeight/2.5) + 'px';
1006+
modal.style.top = (window.innerHeight/3) + 'px';
10071007
}
10081008
};
10091009

microfrontends/SignDocuments/src/Component/recipientSignPdf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ function EmbedPdfImage() {
961961
if (modalDialog.left < mobileHead.left) {
962962
let leftOffset = mobileHead.left - modalDialog.left;
963963
modal.style.left = leftOffset + 'px';
964-
modal.style.top = (window.innerHeight/2.5) + 'px';
964+
modal.style.top = (window.innerHeight/3) + 'px';
965965
}
966966
};
967967

0 commit comments

Comments
 (0)