diff --git a/blocks/components/editable/style.scss b/blocks/components/editable/style.scss index 9192c6ad6a9b2b..99379feba34dd8 100644 --- a/blocks/components/editable/style.scss +++ b/blocks/components/editable/style.scss @@ -1,6 +1,5 @@ .blocks-editable { position: relative; - z-index: -1; > p:first-child { margin-top: 0; diff --git a/editor/components/block-switcher/style.scss b/editor/components/block-switcher/style.scss index 97b143d139b959..f707cb4a9654ae 100644 --- a/editor/components/block-switcher/style.scss +++ b/editor/components/block-switcher/style.scss @@ -39,7 +39,6 @@ box-shadow: 0px 3px 20px rgba( 18, 24, 30, .1 ), 0px 1px 3px rgba( 18, 24, 30, .1 ); border: 1px solid #e0e5e9; background: #fff; - z-index: 1; input { font-size: 13px; diff --git a/editor/modes/visual-editor/style.scss b/editor/modes/visual-editor/style.scss index 9d55b90e36b759..52c6f716b77a71 100644 --- a/editor/modes/visual-editor/style.scss +++ b/editor/modes/visual-editor/style.scss @@ -45,6 +45,7 @@ margin-bottom: -4px; left: 43px; display: flex; + z-index: 1; } .editor-visual-editor__block-controls .editor-toolbar {