From d301ec7d420cb7977c7088340617077ac72e02b3 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 22 Jun 2021 12:56:46 +0200 Subject: [PATCH] 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. --- web/xfa_layer_builder.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/xfa_layer_builder.css b/web/xfa_layer_builder.css index c3706ed2d1169..2cc7b3120dbc8 100644 --- a/web/xfa_layer_builder.css +++ b/web/xfa_layer_builder.css @@ -19,6 +19,7 @@ .xfaLayer { position: absolute; + text-align: initial; top: 0; left: 0; z-index: 200;