mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
got the middle scrolling correct
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user