Opened 3 years ago
Last modified 3 years ago
#59124 new defect (bug)
Dropdown navigation not displaying past the header
| Reported by: | ManellyC | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Editor | Version: | 6.3 |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
Description
This is happening on multiple sites. This is an example: https://www.mightyepiphyte.com/
Since the recent WordPress update the drop-down menu is no longer showing below the header.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The header on your site has a Cover block, which 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)