mirror of
https://github.com/SrIzan10/spongebin.git
synced 2026-05-01 11:05:09 +00:00
fix: make body full height
This commit is contained in:
@@ -27,7 +27,7 @@ export default function RootLayout({
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={`${jetBrainsMono.variable} antialiased`}>
|
||||
<body className={`${jetBrainsMono.variable} antialiased min-h-screen`}>
|
||||
{children}
|
||||
<Toaster />
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user