Updated z index. Was interfereing with loading overlay.

This commit is contained in:
Lucid Kobold
2022-04-09 17:08:47 -05:00
parent 6b280f448c
commit 8803940b19

View File

@@ -70,11 +70,11 @@ const Header = (): JSX.Element => {
return (
<Box
zIndex={1000000}
zIndex={1}
w="100%"
pos="fixed"
top="0"
alignItems={"center"}
top={0}
alignItems="center"
boxShadow={
open
? "none"