Updated z index. Was interfereing with loading overlay.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user