Skip to content

Commit 0437ab8

Browse files
committed
[design] relative 추가
1 parent 21a1e9a commit 0437ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function RootLayout({
1414
}>) {
1515
return (
1616
<html lang="ko-KR">
17-
<body className="flex flex-col min-h-screen">
17+
<body className="relative flex flex-col min-h-screen">
1818
<main className="flex-1">{children}</main>
1919
<div id="modal-root"></div>
2020
<Toaster

0 commit comments

Comments
 (0)