diff --git a/packages/editor/src/components/collapsible-block-toolbar/style.scss b/packages/editor/src/components/collapsible-block-toolbar/style.scss index 701d6fa7c5ecc2..80d25da1a3e28e 100644 --- a/packages/editor/src/components/collapsible-block-toolbar/style.scss +++ b/packages/editor/src/components/collapsible-block-toolbar/style.scss @@ -64,8 +64,9 @@ // Move up a little to prevent the toolbar shift when focus is on the vertical movers. @include break-small() { &:not(.is-horizontal) .block-editor-block-mover__move-button-container { + height: $grid-unit-50; position: relative; - top: -10px; + top: -5px; // Should be -4px, but that causes scrolling when focus lands on the movers, in a 60px header. } } }