fix(richtext-lexical): will-change css rule applied to all top-level nodes causing various issues

This commit is contained in:
Alessio Gravili
2023-10-12 23:50:31 +02:00
parent 171ee121e9
commit ae7aac7639

View File

@@ -13,7 +13,7 @@
& > * {
transition: transform 0.2s ease-in-out;
will-change: transform;
// will-change: transform; // breaks cursor rendering for empty paragraph blocks in safari, and creates other issues
position: relative; // makes sure that z-index properties work - for example for the Blocks feature
}
}