Skip to content

Commit ba1c645

Browse files
committed
Correctly align the xfaLayer content with horizontal scrolling/spread modes (issue 13605)
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.
1 parent eb755d0 commit ba1c645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/xfa_layer_builder.css

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
.xfaLayer {
2121
position: absolute;
22+
text-align: initial;
2223
top: 0;
2324
left: 0;
2425
z-index: 200;

0 commit comments

Comments
 (0)