diff --git a/blocks/components/editable/style.scss b/blocks/components/editable/style.scss index 468315ca41743..9192c6ad6a9b2 100644 --- a/blocks/components/editable/style.scss +++ b/blocks/components/editable/style.scss @@ -1,4 +1,7 @@ .blocks-editable { + position: relative; + z-index: -1; + > p:first-child { margin-top: 0; } diff --git a/editor/components/block-switcher/index.js b/editor/components/block-switcher/index.js index e93df85dfd589..c3fb6ce7dd160 100644 --- a/editor/components/block-switcher/index.js +++ b/editor/components/block-switcher/index.js @@ -64,7 +64,6 @@ class BlockSwitcher extends wp.element.Component { { this.state.open &&
-
{ allowedBlocks.map( ( { slug, title, icon } ) => (