We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96408a0 commit 5992038Copy full SHA for 5992038
src/components/Header/index.js
@@ -23,6 +23,7 @@ const HeaderWrapper = styled('div')`
23
width: 100%;
24
padding: 2rem;
25
box-shadow: 0px 0px 30px ${(p) => Color(p.theme.colors.gray[0]).alpha(0.15)};
26
+ z-index: 10;
27
`
28
29
const HeaderLayout = styled('div')`
0 commit comments