fix(richtext-lexical): will-change css rule applied to all top-level nodes causing various issues
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user