diff --git a/packages/editor/src/components/inserter/style.scss b/packages/editor/src/components/inserter/style.scss index 8bf1016ee8d4ce..a5e638c08a32bb 100644 --- a/packages/editor/src/components/inserter/style.scss +++ b/packages/editor/src/components/inserter/style.scss @@ -98,7 +98,7 @@ $block-inserter-search-height: 38px; } // Don't show the top border on the first panel, let the Search border be the border. - .components-panel__body:first-child { + [role="presentation"] + .components-panel__body { border-top: none; }