got the middle scrolling correct

This commit is contained in:
2024-08-27 20:52:41 -06:00
parent 72f391dcf9
commit 6d760dbe6c
6 changed files with 35 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ export default function RootLayout({
return (
<html lang="en">
<Providers>
<body className="bg-slate-950">{children}</body>
<body className="bg-slate-900 h-screen p-1">{children}</body>
</Providers>
</html>
);