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:
parent
96a572d986
commit
eee7b5a005
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue