[wp-trac] [WordPress Trac] #48069: meta boxes are overlaid on gutenberg block area
WordPress Trac
noreply at wordpress.org
Wed Sep 18 23:13:18 UTC 2019
#48069: meta boxes are overlaid on gutenberg block area
--------------------------------+------------------------------------
Reporter: willfloyd | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 5.2.3
Severity: normal | Keywords: has-patch has-dev-note
Focuses: ui, administration |
--------------------------------+------------------------------------
On several sites I'm working on, I notice that the meta boxes have crept
up to the top of the page and are obscuring the view of the Gutenberg
blocks they're supposed to be after on the page.
I was able to fix it in the developer tools.
The change is located here:
\wp-includes\css\dist\block-editor\style.css
\wp-includes\css\dist\block-editor\style-rtl.css
(and their minifications)
change the height property of the following:
.block-editor-writing-flow { height: auto; }
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48069>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list