[wp-trac] [WordPress Trac] #45901: Twenty Nineteen: On single posts with featured images, tall menus appear clipped

WordPress Trac noreply at wordpress.org
Thu Apr 30 17:21:22 UTC 2020


#45901: Twenty Nineteen: On single posts with featured images, tall menus appear
clipped
---------------------------+------------------------------
 Reporter:  kjellr         |       Owner:  (none)
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Bundled Theme  |     Version:
 Severity:  normal         |  Resolution:
 Keywords:                 |     Focuses:  css
---------------------------+------------------------------
Changes (by sabernhardt):

 * focuses:   => css
 * component:  General => Bundled Theme
 * version:  5.0.2 =>


Comment:

 The header section was set to `overflow: hidden` to solve overflow issues
 in both Microsoft Edge and Internet Explorer.

 In both of those browsers, the overflow would have extended beyond the
 window, adding the vertical scrollbar. In Internet Explorer 11, the bottom
 of the image also extends below the header, overlapping the content
 section.

 I think part of the solution would be to remove `overflow: hidden` from
 the image header section and to add `overflow-x: hidden` on either the
 `body` tag or the page wrapper `div`. The header image still overlaps the
 content section in IE11, if somebody could figure that part out.

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


More information about the wp-trac mailing list