XFA - Only the first page was printed (bug 1720159)

This commit is contained in:
Calixte Denizet 2021-07-12 20:21:23 +02:00
parent 8ab65ed32d
commit 0b4bf5b645

View File

@ -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;