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