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:
parent
34acf29403
commit
daa563ae81
@ -15,6 +15,7 @@
|
||||
|
||||
.textLayer {
|
||||
position: absolute;
|
||||
text-align: initial;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user