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
1 changed files with 2 additions and 2 deletions

View File

@ -1370,7 +1370,7 @@ form.upgrade .hint {
position: absolute; position: absolute;
top: -1000em; top: -1000em;
left: 146px; left: 146px;
z-index: 10000; z-index: 1000;
overflow: visible; overflow: visible;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;