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 ( return (
<Box <Box
zIndex={1000000} zIndex={1}
w="100%" w="100%"
pos="fixed" pos="fixed"
top="0" top={0}
alignItems={"center"} alignItems="center"
boxShadow={ boxShadow={
open open
? "none" ? "none"