fix: make body full height

This commit is contained in:
DuroCodes
2025-04-21 11:10:16 -04:00
parent 0e9ef24c59
commit 4d08cefaec

View File

@@ -27,7 +27,7 @@ export default function RootLayout({
}>) { }>) {
return ( return (
<html lang="en"> <html lang="en">
<body className={`${jetBrainsMono.variable} antialiased`}> <body className={`${jetBrainsMono.variable} antialiased min-h-screen`}>
{children} {children}
<Toaster /> <Toaster />
</body> </body>