diff --git a/packages/block-library/src/group/editor.scss b/packages/block-library/src/group/editor.scss index 076d7a1881085..a2926c89ae802 100644 --- a/packages/block-library/src/group/editor.scss +++ b/packages/block-library/src/group/editor.scss @@ -48,7 +48,8 @@ // Let the parent be selectable in the placeholder area. pointer-events: none; - .block-editor-inserter { + .block-editor-inserter, + .block-editor-button-block-appender { pointer-events: all; } }