add auto scroll

This commit is contained in:
Romulus21
2023-09-24 14:39:35 +02:00
parent ddf04b493f
commit 1d675caa68
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import Router from "./Router"
const App = () => {
return <main className="h-screen overflow-scroll dark:bg-gray-900 dark:text-white">
return <main className="h-screen overflow-auto dark:bg-gray-900 dark:text-white">
<AuthUserProvider>
<Router />
</AuthUserProvider>