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:
parent
5e371ea458
commit
eaba93ed33
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user