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:
parent
d17a57a945
commit
b139654684
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user