Skip to content

Commit

Permalink
fix: reduce zIndex of header
Browse files Browse the repository at this point in the history
  • Loading branch information
aulneau committed Jan 12, 2021
1 parent d48578e commit b80d32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const HeaderBar: React.FC<FlexProps> = React.memo(props => (
px={['base', 'base', 'extra-loose']}
width="100%"
position="relative"
zIndex={9999999}
zIndex={99999}
{...props}
/>
));
Expand Down

1 comment on commit b80d32d

@vercel
Copy link

@vercel vercel bot commented on b80d32d Jan 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.