From b13965468485ff235b8c748396fc02eec09f8b20 Mon Sep 17 00:00:00 2001 From: Ian Belanger Date: Tue, 16 Jun 2020 17:14:05 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentyseventeen/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index 1179fcef2d..1f634b6503 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/wp-content/themes/twentyseventeen/style.css @@ -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 {