Make WordPress Core

Changeset 29841


Ignore:
Timestamp:
10/06/2014 01:59:46 AM (10 years ago)
Author:
azaozz
Message:

Add default z-index to the admin menu, see #29806

File:
1 edited

Legend:

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

    r29835 r29841  
    142142    position: relative;
    143143    float: left;
     144    z-index: 9990;
    144145}
    145146
     
    407408.sticky-menu #adminmenuwrap {
    408409    position: fixed;
    409     z-index: 9999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
    410410}
    411411
Note: See TracChangeset for help on using the changeset viewer.