1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

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

View file

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