From b98fc44725fc514732b6de5b4a8d1e3b117f0034 Mon Sep 17 00:00:00 2001 From: Florian Kissling Date: Fri, 19 Jan 2018 14:34:07 +0100 Subject: [PATCH] [www] Increase navigation z-index (#3599) Prevent the author link on blog post cards from showing above the new docsearch dropdown. --- www/src/components/navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/components/navigation.js b/www/src/components/navigation.js index e60df420ed1b1..6d27d20b820f7 100644 --- a/www/src/components/navigation.js +++ b/www/src/components/navigation.js @@ -92,7 +92,7 @@ export default ({ pathname }) => { backgroundColor: `rgba(255,255,255,0.975)`, position: isHomepage ? `absolute` : false, height: presets.headerHeight, - zIndex: `1`, + zIndex: `2`, left: 0, right: 0, [presets.Tablet]: {