fix: background

This commit is contained in:
Nicolas Meienberger
2025-09-26 22:29:15 +02:00
parent 5b87050013
commit 789646412d
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
<Links />
</head>
<QueryClientProvider client={queryClient}>
<body className="h-screen">
<body className="min-h-dvh">
{children}
<Toaster />
<ScrollRestoration />