[wp-trac] [WordPress Trac] #59124: Dropdown navigation not displaying past the header

WordPress Trac noreply at wordpress.org
Wed Aug 16 18:58:36 UTC 2023


#59124: Dropdown navigation not displaying past the header
--------------------------+------------------------------
 Reporter:  ManellyC      |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Editor        |     Version:  6.3
 Severity:  major         |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------
Changes (by sabernhardt):

 * component:  General => Editor


Comment:

 The header on your site has a Cover block, which
 [https://github.com/WordPress/gutenberg/blob/c991bfc14b48e68e6f7705de76f3fe4666ea0149/packages
 /block-library/src/cover/style.scss#L10-L14 clips or hides its overflow].

 For a quick fix on that site, you could go to the Editor, open the Styles
 menu (half-light, half-dark circle icon), open that panel's 3-dot "More"
 menu, select "Additional CSS" and paste the following styles:
 {{{
 .wp-block-cover {
   overflow: visible;
 }
 .wp-block-navigation-submenu {
   background-color: #8cc63f;
 }
 }}}
 (the submenu would need a background color)

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


More information about the wp-trac mailing list