Allow error messages to push the adminmenu down. Fixes #26312, props SergeyBiryukov.

git-svn-id: https://develop.svn.wordpress.org/trunk@26620 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-04 18:50:25 +00:00
parent 048ad11f3b
commit 5215809f2a

View File

@ -1907,8 +1907,6 @@ div.wp-menu-image:before {
.sticky-menu #adminmenuwrap {
position: fixed;
top: 32px;
left: 0;
z-index: 9999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
}