Skip to content

Commit

Permalink
Merge pull request #13852 from calixteman/xfa_print_1
Browse files Browse the repository at this point in the history
XFA - Page can be too small when printing (bug 1723705)
  • Loading branch information
calixteman authored Aug 3, 2021
2 parents d530231 + 19309c1 commit 0b95d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@ html[dir="rtl"] #documentPropertiesOverlay .row > * {
}

#printContainer > .xfaPrintedPage .xfaPage {
position: initial;
position: absolute;
}

#printContainer > .xfaPrintedPage {
Expand Down

0 comments on commit 0b95d69

Please sign in to comment.