Merge pull request #13609 from Snuffleupagus/xfaLayer-text-align

Correctly align the `xfaLayer` content with horizontal scrolling/spread modes
This commit is contained in:
Jonas Jenwald 2021-06-22 14:54:21 +02:00 committed by GitHub
commit 6163cd015b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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