Skip to content

Commit

Permalink
feat: 노치바 숨기기2
Browse files Browse the repository at this point in the history
  • Loading branch information
WooGi1020 committed Jan 9, 2025
1 parent 9f55050 commit b63126c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/home/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface NavbarProps {

const Navbar = ({ modalContent, setModalContent }: NavbarProps) => {
return (
<nav className="flex justify-between items-center bg-neutral fixed left-0 right-0 bottom-0 max-w-[430px] w-full h-[64px] px-8 mx-auto safe-area-bottom">
<nav className="flex justify-between items-center bg-neutral fixed left-0 right-0 bottom-0 max-w-[430px] w-full h-[64px] px-8 mx-auto">
<Button
variant="icon"
className="flex flex-col items-center justify-center gap-1"
Expand Down
5 changes: 0 additions & 5 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
}
body {
background-color: #012619;
padding-bottom: env(safe-area-inset-bottom);
}
}

Expand All @@ -26,8 +25,4 @@
display: none;
}
}

.safe-area-bottom {
padding-bottom: env(safe-area-inset-bottom);
}
}

0 comments on commit b63126c

Please sign in to comment.