[wp-trac] [WordPress Trac] #37145: Admin submenu opens underneeth editor link tool
WordPress Trac
noreply at wordpress.org
Mon Aug 3 03:27:36 UTC 2020
#37145: Admin submenu opens underneeth editor link tool
-------------------------------------+-------------------------------------
Reporter: Stoffe1 | Owner: (none)
Type: defect (bug) | Status: assigned
Priority: low | Milestone: Future Release
Component: Administration | Version: 4.5.2
Severity: minor | Resolution:
Keywords: good-first-bug has- | Focuses: ui, css,
screenshots 2nd-opinion needs- | administration
patch |
-------------------------------------+-------------------------------------
Comment (by musicaljoeker):
Updating the value `#adminmenu .wp-submenu { z-index: 9999; }` to
`z-index: 1000001` does not force the submenu to appear over the link menu
in the editor.
Instead, updating `#adminmenuwrap { z-index: 9990 }` to `z-index: 1000001`
forces the menu to appear over the editor link. However, this means a
child elements of `#adminmenuwrap` may have a z-index lower than its
parent, is this a concern? Do we need to cascade z-index heights?
Making this changes doesn't appear to cause any issues in the testing I've
done, but this might not be an acceptable solution.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/37145#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list