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.

git-svn-id: https://develop.svn.wordpress.org/trunk@48061 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Belanger 2020-06-16 17:14:05 +00:00
parent d17a57a945
commit b139654684

View File

@ -3529,7 +3529,7 @@ p > object:only-child {
right: 0;
top: 0;
width: 100%;
z-index: 7;
z-index: 1000;
}
.admin-bar .site-navigation-fixed.navigation-top {