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;
|
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;
|
||||||
|
|
Loading…
Reference in New Issue