From 0a6751c21a208677f46d1dd536d10e95d4ce11d1 Mon Sep 17 00:00:00 2001 From: Daniel Richards Date: Mon, 25 Nov 2024 16:21:30 +0800 Subject: [PATCH] Fix block mover clickable area (#67261) Unlinked contributors: maximebj. Co-authored-by: talldan Co-authored-by: ramonjd --- packages/block-editor/src/components/block-mover/style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/block-editor/src/components/block-mover/style.scss b/packages/block-editor/src/components/block-mover/style.scss index c58ac9f19673fc..7d23c0f1e5a988 100644 --- a/packages/block-editor/src/components/block-mover/style.scss +++ b/packages/block-editor/src/components/block-mover/style.scss @@ -71,6 +71,9 @@ // Specificity is necessary to override block toolbar button styles. .components-button.block-editor-block-mover-button { + // Prevent the SVGs inside the button from overflowing the button. + overflow: hidden; + // Focus and toggle pseudo elements. &::before { content: "";