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. git-svn-id: https://develop.svn.wordpress.org/trunk@27833 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5a41c8a06c
commit
d167615ebf
@ -401,7 +401,7 @@ div.wp-menu-image:before {
|
||||
/* Sticky admin menu */
|
||||
.sticky-menu #adminmenuwrap {
|
||||
position: fixed;
|
||||
z-index: 99; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
|
||||
z-index: 9999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
|
||||
}
|
||||
|
||||
/* A new arrow */
|
||||
|
Loading…
Reference in New Issue
Block a user