Make WordPress Core

Changeset 27833


Ignore:
Timestamp:
03/29/2014 03:29:43 AM (10 years ago)
Author:
nacin
Message:

Restore the original z-index of the sticky admin menu, as first set in [26442].

The inline comment is now correct again. This z-index was changed in [26701], but those circumstances no longer apply after [27532].

props mordauk.
see #26442, #26952.
fixes #26567.

File:
1 edited

Legend:

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

    r27832 r27833  
    402402.sticky-menu #adminmenuwrap {
    403403    position: fixed;
    404     z-index: 99; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
     404    z-index: 9999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
    405405}
    406406
Note: See TracChangeset for help on using the changeset viewer.