Admin menu: prevent (most) lock outs caused by plugins or IE7.
fixes #30900. Built from https://develop.svn.wordpress.org/trunk@32268 git-svn-id: http://core.svn.wordpress.org/trunk@32239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user