Admin menu: prevent (most) lock outs caused by plugins or IE7.

fixes #30900.


git-svn-id: https://develop.svn.wordpress.org/trunk@32268 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-04-22 18:37:13 +00:00
parent 5e371ea458
commit eaba93ed33

View File

@ -10,7 +10,7 @@
position: fixed;
top: 0;
bottom: -120px;
z-index: 9980; /* just beneath #adminmenuwrap */
z-index: 1; /* positive z-index to avoid elastic scrolling woes in Safari */
}
#adminmenu {