Fix z-indexes as it relates to thickbox, the theme modal, and admin menu.

props ryelle, shaunandrews.
fixes #26442.

Built from https://develop.svn.wordpress.org/trunk@26701


git-svn-id: http://core.svn.wordpress.org/trunk@26591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin
2013-12-05 23:10:11 +00:00
parent 8de0c10bb9
commit 1a34e361ac
5 changed files with 8 additions and 8 deletions

View File

@@ -1913,7 +1913,7 @@ div.wp-menu-image:before {
.sticky-menu #adminmenuwrap {
position: fixed;
z-index: 9999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
z-index: 99; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
}
/* A new arrow */
@@ -7129,7 +7129,7 @@ body.folded .theme-overlay .theme-wrap {
right: 0;
padding: 70px 20px 20px;
border: none;
z-index: 999999999;
z-index: 500; /* should overlap #wpadminbar, which is 500 on mobile. */
position: fixed;
}