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 88a394a commit 7037aadCopy full SHA for 7037aad
apps/landing/src/components/Header/HeaderWrap.tsx
@@ -16,7 +16,7 @@ export function HeaderWrap({ children }: { children: React.ReactNode }) {
16
top="0"
17
transition="all, 0.2s"
18
w="100%"
19
- zIndex={1}
+ zIndex={2}
20
>
21
<HeaderWrapInner>{children}</HeaderWrapInner>
22
</Box>
0 commit comments