Too much z-index on the admin submenus, see #21368

git-svn-id: http://core.svn.wordpress.org/trunk@22028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2012-09-27 01:09:38 +00:00
parent 96a572d986
commit eee7b5a005

View File

@ -1370,7 +1370,7 @@ form.upgrade .hint {
position: absolute;
top: -1000em;
left: 146px;
z-index: 10000;
z-index: 1000;
overflow: visible;
border-width: 1px;
border-style: solid;
@ -8270,4 +8270,4 @@ a.widget-control-edit {
.update-php .spinner {
float: none;
margin: -4px 0;
}
}