[wp-trac] [WordPress Trac] #46256: Post editor meta boxes floating over content when using the Gutenberg editor.
WordPress Trac
noreply at wordpress.org
Thu Feb 14 16:09:18 UTC 2019
#46256: Post editor meta boxes floating over content when using the Gutenberg
editor.
--------------------------+-----------------------------
Reporter: foomagoo | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: trunk
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
The css for the post editor needs a change so that meta boxes don't float
over the content of the post. To reproduce it you just need to install a
plugin that uses a meta box in the post editor. Then make a post with
enough content to go past the bottom of the screen. The meta boxes will
not move down. They will stay where the bottom of the screen was and lay
over the post content. This is because .editor-writing-flow is set to
height: 100% in the following CSS files. It needs to be set to height:
auto or the height declaration needs to be removed so that the content
grows and pushes the meta box containers down.
/wp-includes/css/dist/editor/style.min.css Line: 9
/wp-includes/css/dist/editor/style.css Line: 2572
/wp-includes/css/dist/editor/style-rtl.min.css Line: 1
/wp-includes/css/dist/editor/style-rtl.css Line: 2560
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46256>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list