Loading #49

Merged
LucidKobold merged 7 commits from loading into main 2022-04-09 18:47:56 -04:00
5 changed files with 12 additions and 8 deletions
Showing only changes of commit 8803940b19 - Show all commits

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"