From 03371281106ba8538cb60633e5017ae7e925d7e2 Mon Sep 17 00:00:00 2001 From: jasmussen Date: Mon, 1 May 2023 12:31:51 +0200 Subject: [PATCH] Fix issue with margin collapsing when selecting blocks --- packages/block-editor/src/components/block-list/content.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/block-editor/src/components/block-list/content.scss b/packages/block-editor/src/components/block-list/content.scss index 268301e598d5a..80056f35cf0d6 100644 --- a/packages/block-editor/src/components/block-list/content.scss +++ b/packages/block-editor/src/components/block-list/content.scss @@ -39,7 +39,6 @@ // so explicit radii set by tools are preserved. &:where(.block-editor-block-list__block.is-multi-selected:not(.is-partially-selected)) { border-radius: $radius-block-ui; - overflow: hidden; } .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected) {