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 dea2cdd commit a67c794Copy full SHA for a67c794
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