Skip to content

Commit 7037aad

Browse files
committed
Fix z index
1 parent 88a394a commit 7037aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/landing/src/components/Header/HeaderWrap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function HeaderWrap({ children }: { children: React.ReactNode }) {
1616
top="0"
1717
transition="all, 0.2s"
1818
w="100%"
19-
zIndex={1}
19+
zIndex={2}
2020
>
2121
<HeaderWrapInner>{children}</HeaderWrapInner>
2222
</Box>

0 commit comments

Comments
 (0)