Remove z-index from `#adminmenuback`.
Fixes #30900. Built from https://develop.svn.wordpress.org/trunk@32099 git-svn-id: http://core.svn.wordpress.org/trunk@32078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
923ca312e4
commit
9e87e6b098
|
@ -10,7 +10,6 @@
|
|||
position: fixed;
|
||||
top: 0;
|
||||
bottom: -120px;
|
||||
z-index: 9980; /* just beneath #adminmenuwrap */
|
||||
}
|
||||
|
||||
#adminmenu {
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
position: fixed;
|
||||
top: 0;
|
||||
bottom: -120px;
|
||||
z-index: 9980; /* just beneath #adminmenuwrap */
|
||||
}
|
||||
|
||||
#adminmenu {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-beta4-32098';
|
||||
$wp_version = '4.2-beta4-32099';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue