From 40e64bbba4228fddf5259cdc1b024ff9f2212c0c Mon Sep 17 00:00:00 2001 From: Ivan Ottinger <25105483+ivan-ottinger@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:29:35 +0200 Subject: [PATCH] Set `.editor-post-publish-panel`'s top prop to `$admin-bar-height-big` --- packages/editor/src/components/post-publish-panel/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/components/post-publish-panel/style.scss b/packages/editor/src/components/post-publish-panel/style.scss index ca5639aa96912..c319924086b0e 100644 --- a/packages/editor/src/components/post-publish-panel/style.scss +++ b/packages/editor/src/components/post-publish-panel/style.scss @@ -196,7 +196,7 @@ position: fixed; z-index: z-index(".editor-post-publish-panel"); background: $white; - top: 0; + top: $admin-bar-height-big; bottom: 0; right: 0; left: 0;