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
@ -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…
x
Reference in New Issue
Block a user