Skip to content

Commit

Permalink
Set .editor-post-publish-panel's top prop to $admin-bar-height-big (
Browse files Browse the repository at this point in the history
#62736)

Co-authored-by: ivan-ottinger <ivanottinger@git.wordpress.org>
Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
  • Loading branch information
3 people authored and ellatrix committed Jun 25, 2024
1 parent d493024 commit 49cfe51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 49cfe51

Please sign in to comment.