1
0
Fork 0
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:
Jonas Jenwald 2021-06-22 12:56:46 +02:00
parent eb755d098e
commit d301ec7d42

View file

@ -19,6 +19,7 @@
.xfaLayer {
position: absolute;
text-align: initial;
top: 0;
left: 0;
z-index: 200;