Prevent mobile devices from interfering with the textLayer-elements (issue 14243)

*This is a tentative patch, since I don't have the necessary hardware to test it.*

See https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust, which is currently ignored in Firefox.
It seems overall safer, and more future-proof, to simply add this to the *entire* `textLayer` rather than its individual elements.
This commit is contained in:
Jonas Jenwald 2021-11-06 11:39:43 +01:00
parent 38efd13a54
commit 12d41bcba4

View File

@ -23,6 +23,7 @@
overflow: hidden;
opacity: 0.2;
line-height: 1;
text-size-adjust: none;
}
.textLayer span,