[wp-trac] [WordPress Trac] #52646: Problem with post metabox styles

WordPress Trac noreply at wordpress.org
Thu Feb 25 23:40:28 UTC 2021


#52646: Problem with post metabox styles
---------------------------+----------------------
 Reporter:  antonlukin     |       Owner:  (none)
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  5.7
Component:  Bundled Theme  |     Version:
 Severity:  normal         |  Resolution:
 Keywords:  needs-patch    |     Focuses:  ui, css
---------------------------+----------------------
Changes (by ryelle):

 * keywords:   => needs-patch
 * component:  Editor => Bundled Theme


Comment:

 The issue is that there are margins added to `.editor-styles-wrapper` (by
 way of `body` in `css/editor-style.css`) in 2015 & 2016. The `.editor-
 styles-wrapper` element [https://github.com/WordPress/gutenberg/pull/27253
 was updated to have a height of 100%], which combines with the margins to
 cause this overlap.

 This should be fixed in each theme - either by removing the margins or by
 overriding the height value (like `calc(100% - 40px)`).

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/52646#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list