We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a1e9a commit 0437ab8Copy full SHA for 0437ab8
src/app/layout.tsx
@@ -14,7 +14,7 @@ export default function RootLayout({
14
}>) {
15
return (
16
<html lang="ko-KR">
17
- <body className="flex flex-col min-h-screen">
+ <body className="relative flex flex-col min-h-screen">
18
<main className="flex-1">{children}</main>
19
<div id="modal-root"></div>
20
<Toaster
0 commit comments