lucaschraml
lucaschraml
Can confirm, when removing the "-webkit-mask-image" CSS property the issue disappears.
When using readonly input-fields, its kind of the opposite. When `--_lumo-text-field-overflow-mask-image: none !important;` is applied the issue occurs like the screenshot is showing.  So suggest the following: `::slotted(:not([slot$='fix']):not([readonly])) {...
Works if you do a server roundrip afterwards. So in my case i made somthing like this `public class MyAceEditor extends AceEditor {` `@ClientCallable` `public boolean roundtrip() {` `return true;`...
can reprocude the issue (Chrome OS Version: 103.0.5060.132)