mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Correctly align the xfaLayer
content with horizontal scrolling/spread modes
This extends the approach in PRs 12848 and 13606 to also apply to the `xfaLayer`, since otherwise XFA forms will be similarly broken in most non-default scroll/spread modes.
This commit is contained in:
parent
eb755d098e
commit
d301ec7d42
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
.xfaLayer {
|
||||
position: absolute;
|
||||
text-align: initial;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 200;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue