mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-02 23:48:46 +02:00
enhancement
This commit is contained in:
@@ -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';
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user