Make WordPress Core

Changeset 26442


Ignore:
Timestamp:
11/27/2013 11:01:53 PM (11 years ago)
Author:
iammattthomas
Message:

Prevent submenu flyouts from appearing below elements in the main column. Fixes #26280.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26439 r26442  
    19081908    top: 32px;
    19091909    left: 0;
    1910     z-index: 2; /* needs to be above .sticky-menu #wpwrap */
     1910    z-index: 9999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
    19111911}
    19121912
Note: See TracChangeset for help on using the changeset viewer.