Correctly align the textLayer content with horizontal/spread scrolling modes (issue 13605)

This is *very* similar to PR 12848, however for this `textLayer`-case it appears to only be an issue in documents with marked content.
This commit is contained in:
Jonas Jenwald 2021-06-21 18:53:25 +02:00
parent 34acf29403
commit daa563ae81

@ -15,6 +15,7 @@
.textLayer {
position: absolute;
text-align: initial;
left: 0;
top: 0;
right: 0;