Skip to content

Commit

Permalink
fix: 사파리 화면깨짐 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ej070961 committed Nov 8, 2024
1 parent 1b2164c commit 5a529b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import BoothMap from "../../components/Home/BoothMap";
function Home() {
return (
<Layout>
<main className="w-full relative h-[calc(100vh-60px)]">
<main className="w-full relative">
<BoothMap />
<Search />
<BoothSlide />
Expand Down

0 comments on commit 5a529b5

Please sign in to comment.