Skip to content

Commit 5992038

Browse files
Update index.js
1 parent 96408a0 commit 5992038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Header/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const HeaderWrapper = styled('div')`
2323
width: 100%;
2424
padding: 2rem;
2525
box-shadow: 0px 0px 30px ${(p) => Color(p.theme.colors.gray[0]).alpha(0.15)};
26+
z-index: 10;
2627
`
2728

2829
const HeaderLayout = styled('div')`

0 commit comments

Comments
 (0)