File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
microfrontends/SignDocuments/src/Component Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1003,7 +1003,7 @@ function SignYourSelf() {
1003
1003
if ( modalDialog . left < mobileHead . left ) {
1004
1004
let leftOffset = mobileHead . left - modalDialog . left ;
1005
1005
modal . style . left = leftOffset + 'px' ;
1006
- modal . style . top = ( window . innerHeight / 2.5 ) + 'px' ;
1006
+ modal . style . top = ( window . innerHeight / 3 ) + 'px' ;
1007
1007
}
1008
1008
} ;
1009
1009
Original file line number Diff line number Diff line change @@ -961,7 +961,7 @@ function EmbedPdfImage() {
961
961
if ( modalDialog . left < mobileHead . left ) {
962
962
let leftOffset = mobileHead . left - modalDialog . left ;
963
963
modal . style . left = leftOffset + 'px' ;
964
- modal . style . top = ( window . innerHeight / 2.5 ) + 'px' ;
964
+ modal . style . top = ( window . innerHeight / 3 ) + 'px' ;
965
965
}
966
966
} ;
967
967
You can’t perform that action at this time.
0 commit comments