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:
Andrew Ozz 2015-04-09 19:26:25 +00:00
parent 923ca312e4
commit 9e87e6b098
5 changed files with 3 additions and 5 deletions

View File

@ -10,7 +10,6 @@
position: fixed;
top: 0;
bottom: -120px;
z-index: 9980; /* just beneath #adminmenuwrap */
}
#adminmenu {

View File

@ -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

View File

@ -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.