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]: {