Bundled Themes: Twenty Seventeen Navbar z-index issue.
Fixes navbar z-index issue by upping the z-index value to 1000 from 7. Props halgatewood, justnorris, poena, sinatrateam. Fixes #39384. Built from https://develop.svn.wordpress.org/trunk@48061 git-svn-id: http://core.svn.wordpress.org/trunk@47828 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ed1e6c3d87
commit
5e0879db84
|
@ -3529,7 +3529,7 @@ p > object:only-child {
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 7;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-bar .site-navigation-fixed.navigation-top {
|
.admin-bar .site-navigation-fixed.navigation-top {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.5-alpha-48060';
|
$wp_version = '5.5-alpha-48061';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue