diff --git a/src/index.css b/src/index.css index 88f7013..8955322 100644 --- a/src/index.css +++ b/src/index.css @@ -29,7 +29,9 @@ } body { - @apply bg-zinc-50 dark:bg-zinc-950 dark:text-zinc-50 overflow-y-hidden; + @apply bg-zinc-50 dark:bg-zinc-950 dark:text-zinc-50; +} + } .info-child { diff --git a/src/pages/AppPage.tsx b/src/pages/AppPage.tsx index 291e5b4..a897066 100644 --- a/src/pages/AppPage.tsx +++ b/src/pages/AppPage.tsx @@ -18,7 +18,7 @@ function AppPage() { -
+