Fix flickering of the admin menu on over-scrolling.
Props joemcgill, mindrun. Fixes #30900. git-svn-id: https://develop.svn.wordpress.org/trunk@32089 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e9196a321a
commit
543a9d052e
|
@ -7,10 +7,10 @@
|
|||
}
|
||||
|
||||
#adminmenuback {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
bottom: -120px;
|
||||
z-index: 9980; /* just beneath #adminmenuwrap */
|
||||
}
|
||||
|
||||
#adminmenu {
|
||||
|
@ -933,4 +933,3 @@ li#wp-admin-bar-menu-toggle {
|
|||
top: 46px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue