Merge pull request #13723 from calixteman/xfa_print_fix
XFA - Only the first page was printed (bug 1720159)
This commit is contained in:
commit
4d130d066c
@ -1844,6 +1844,10 @@ html[dir="rtl"] #documentPropertiesOverlay .row > * {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#printContainer > .xfaPrintedPage .xfaPage {
|
||||
position: initial;
|
||||
}
|
||||
|
||||
#printContainer > .xfaPrintedPage {
|
||||
page-break-after: always;
|
||||
page-break-inside: avoid;
|
||||
|
Loading…
Reference in New Issue
Block a user