[wp-trac] [WordPress Trac] #49579: #wpadminbar lost in new 5.4 fullscreen editor
WordPress Trac
noreply at wordpress.org
Wed Mar 4 18:50:27 UTC 2020
#49579: #wpadminbar lost in new 5.4 fullscreen editor
--------------------------+------------------------------
Reporter: jsmoriss | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by jsmoriss):
Here's a quick-fix that I had to implement:
{{{
/**
* Fix the WordPress v5.4 fullscreen editor.
*/
body.wp-admin.is-fullscreen-mode #wpadminbar {
display:block;
}
body.wp-admin.is-fullscreen-mode .block-editor__container {
min-height: calc(100vh - 32px);
}
body.wp-admin.is-fullscreen-mode .block-editor-editor-skeleton {
top:32px;
}
}}}
js.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/49579#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list