Skip to content

Commit

Permalink
[www] Increase navigation z-index (gatsbyjs#3599)
Browse files Browse the repository at this point in the history
Prevent the author link on blog post cards from showing above the new docsearch dropdown.
  • Loading branch information
fk authored and jastack committed Jan 24, 2018
1 parent edcfb2f commit c54f190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]: {
Expand Down

0 comments on commit c54f190

Please sign in to comment.