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:
Andrew Ozz 2014-10-06 01:59:46 +00:00
parent 937d5cdd11
commit 107d754683
1 changed files with 1 additions and 1 deletions

View File

@ -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 */