Skip to content

Commit 1a6660c

Browse files
authored
Correct default appender insertter jumpiness in Safari (#15892)
1 parent 54d6af8 commit 1a6660c

File tree

1 file changed

+1
-0
lines changed
  • packages/block-editor/src/components/default-block-appender

1 file changed

+1
-0
lines changed

packages/block-editor/src/components/default-block-appender/style.scss

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
.block-editor-inserter__toggle:not([aria-expanded="true"]) {
3333
opacity: 0;
3434
transition: opacity 0.2s;
35+
will-change: opacity;
3536
}
3637

3738
&:hover {

0 commit comments

Comments
 (0)