[wp-trac] [WordPress Trac] #37145: Admin submenu opens underneeth editor link tool

WordPress Trac noreply at wordpress.org
Tue Jul 21 22:53:35 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                              |
-------------------------------------+-------------------------------------
Changes (by SergeyBiryukov):

 * milestone:  5.5 => Future Release


Comment:

 Some relevant `z-index` numbers:
 * Admin menu: `#adminmenu .wp-submenu { z-index: 9999; }`
 * Link modal in block editor: `.components-popover { z-index: 1000000; }`
 * Link modal in classic editor: `div.mce-inline-toolbar-grp { z-index:
 100100; }`

 At a glance, bumping `#adminmenu .wp-submenu` to 1000001 should fix this,
 but needs a careful investigation of possible side effects. Moving to a
 future release for now.

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


More information about the wp-trac mailing list