enhancement

This commit is contained in:
rishabjasrotia
2023-11-16 20:06:57 +05:30
parent 16f287fdc0
commit 876a2d78d5
2 changed files with 2 additions and 2 deletions
@@ -1003,7 +1003,7 @@ function SignYourSelf() {
if (modalDialog.left < mobileHead.left) {
let leftOffset = mobileHead.left - modalDialog.left;
modal.style.left = leftOffset + 'px';
modal.style.top = (window.innerHeight/2.5) + 'px';
modal.style.top = (window.innerHeight/3) + 'px';
}
};
@@ -961,7 +961,7 @@ function EmbedPdfImage() {
if (modalDialog.left < mobileHead.left) {
let leftOffset = mobileHead.left - modalDialog.left;
modal.style.left = leftOffset + 'px';
modal.style.top = (window.innerHeight/2.5) + 'px';
modal.style.top = (window.innerHeight/3) + 'px';
}
};