From 7016ad5a784a9c8905a0bae08fa16df64a08fc60 Mon Sep 17 00:00:00 2001 From: Ian Belanger Date: Tue, 21 Apr 2020 20:04:29 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentytwenty/style-rtl.css | 2 +- src/wp-content/themes/twentytwenty/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index a1214bafcb..ae9bcb3412 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -5598,7 +5598,7 @@ a.to-the-top > * { /* Site Header --------------------------- */ #site-header { - z-index: 1; + z-index: 2; } .header-inner { diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index 0ebfa46067..7500f740ac 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -5660,7 +5660,7 @@ a.to-the-top > * { /* Site Header --------------------------- */ #site-header { - z-index: 1; + z-index: 2; } .header-inner {