diff --git a/packages/edit-post/src/components/header/style.scss b/packages/edit-post/src/components/header/style.scss index 2b1f3887fc1f9c..042940d8ff04aa 100644 --- a/packages/edit-post/src/components/header/style.scss +++ b/packages/edit-post/src/components/header/style.scss @@ -61,7 +61,7 @@ } // show the full screen toggle - & > div:first-child { + & > div:not(.edit-post-header__settings):not(.edit-post-header__toolbar) { position: absolute; left: -60px; transition: left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);