Make WordPress Core

Changeset 32089


Ignore:
Timestamp:
04/08/2015 09:38:16 PM (9 years ago)
Author:
azaozz
Message:

Fix flickering of the admin menu on over-scrolling.
Props joemcgill, mindrun. Fixes #30900.

File:
1 edited

Legend:

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

    r32075 r32089  
    88
    99#adminmenuback {
    10     position: absolute;
     10    position: fixed;
    1111    top: 0;
    12     bottom: 0;
    13     z-index: -1;
     12    bottom: -120px;
     13    z-index: 9980; /* just beneath #adminmenuwrap */
    1414}
    1515
     
    934934    }
    935935}
    936 
Note: See TracChangeset for help on using the changeset viewer.