Skip to content

Commit

Permalink
Fix banner overlapping main navigation below presets.Tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
fk committed Jun 26, 2018
1 parent 59b0979 commit c130283
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 @@ -90,7 +90,7 @@ export default ({ pathname }) => {
css={{
borderBottom: `1px solid ${colors.ui.light}`,
backgroundColor: `rgba(255,255,255,0.975)`,
position: isHomepage ? `absolute` : false,
position: isHomepage ? `absolute` : `relative`,
height: presets.headerHeight,
zIndex: `2`,
left: 0,
Expand Down

0 comments on commit c130283

Please sign in to comment.