mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +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 {
|
.xfaLayer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
text-align: initial;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue