Merge pull request #13606 from Snuffleupagus/issue-13605

Correctly align the `textLayer` content with horizontal/spread scrolling modes (issue 13605)
This commit is contained in:
Jonas Jenwald 2021-06-22 18:53:10 +02:00 committed by GitHub
commit 9441245320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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