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:
Ian Belanger 2020-04-21 20:04:29 +00:00
parent 134092ae54
commit 7016ad5a78
2 changed files with 2 additions and 2 deletions

View File

@ -5598,7 +5598,7 @@ a.to-the-top > * {
/* Site Header --------------------------- */
#site-header {
z-index: 1;
z-index: 2;
}
.header-inner {

View File

@ -5660,7 +5660,7 @@ a.to-the-top > * {
/* Site Header --------------------------- */
#site-header {
z-index: 1;
z-index: 2;
}
.header-inner {