Merge pull request #13852 from calixteman/xfa_print_1

XFA - Page can be too small when printing (bug 1723705)
This commit is contained in:
calixteman 2021-08-03 16:28:26 +02:00 committed by GitHub
commit 0b95d698d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1845,7 +1845,7 @@ html[dir="rtl"] #documentPropertiesOverlay .row > * {
}
#printContainer > .xfaPrintedPage .xfaPage {
position: initial;
position: absolute;
}
#printContainer > .xfaPrintedPage {