Add default z-index to the admin menu, see #29806
git-svn-id: https://develop.svn.wordpress.org/trunk@29841 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
937d5cdd11
commit
107d754683
@ -141,6 +141,7 @@
|
||||
#adminmenuwrap {
|
||||
position: relative;
|
||||
float: left;
|
||||
z-index: 9990;
|
||||
}
|
||||
|
||||
/* side admin menu */
|
||||
@ -406,7 +407,6 @@ div.wp-menu-image:before {
|
||||
/* Sticky admin menu */
|
||||
.sticky-menu #adminmenuwrap {
|
||||
position: fixed;
|
||||
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