From 867536b0fa33849a51460289cd55ef6882e81b30 Mon Sep 17 00:00:00 2001 From: jasmussen Date: Tue, 11 Oct 2022 09:46:25 +0200 Subject: [PATCH] Enable clicking "Start blank". --- packages/block-editor/src/components/block-list/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/block-editor/src/components/block-list/style.scss b/packages/block-editor/src/components/block-list/style.scss index a9a1e7824c3335..2f0b0e6c9519a3 100644 --- a/packages/block-editor/src/components/block-list/style.scss +++ b/packages/block-editor/src/components/block-list/style.scss @@ -268,6 +268,7 @@ &::after { content: ""; position: absolute; + pointer-events: none; top: $border-width; left: $border-width; right: $border-width;