Bundled Themes: Twenty Twenty submenu items disappear underneath the Cover block.
Fixes the submenu issue by raising the z-index value of the site-header from 1 to 2. Props kjellr, JavierCasares. Fixes #49322. git-svn-id: https://develop.svn.wordpress.org/trunk@47609 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
134092ae54
commit
7016ad5a78
@ -5598,7 +5598,7 @@ a.to-the-top > * {
|
||||
/* Site Header --------------------------- */
|
||||
|
||||
#site-header {
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.header-inner {
|
||||
|
@ -5660,7 +5660,7 @@ a.to-the-top > * {
|
||||
/* Site Header --------------------------- */
|
||||
|
||||
#site-header {
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.header-inner {
|
||||
|
Loading…
Reference in New Issue
Block a user