1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

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 {