mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
XFA - Only the first page was printed (bug 1720159)
This commit is contained in:
parent
8ab65ed32d
commit
0b4bf5b645
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue