mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user