mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user