From 0c8dab1c104d51b9a5c4fba7b713829360a4f52a Mon Sep 17 00:00:00 2001 From: imnyang Date: Sat, 12 Apr 2025 11:58:59 +0900 Subject: [PATCH] Fixed --- src/App.tsx | 2 +- src/index.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index ac5b718..f19f358 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -60,7 +60,7 @@ export function App() { }, []); return ( -
+
diff --git a/src/index.css b/src/index.css index add9c7e..cb32963 100644 --- a/src/index.css +++ b/src/index.css @@ -13,3 +13,9 @@ justify-content: center; align-items: center; } + +@layer base { + body { + @apply min-h-screen m-0 p-0 overflow-hidden; + } +} \ No newline at end of file