Skip to content

Commit

Permalink
Update __root.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 21, 2024
1 parent 08cc4b8 commit 2125a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tanstack-start/app/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const Route = createRootRoute({
function RootComponent() {
return (
<RootDocument>
<div className="flex min-h-screen flex-col items-center justify-evenly overflow-auto">
<div className="flex min-h-dvh flex-col items-center justify-evenly overflow-auto">
<Outlet />
<ThemeButton />
</div>
Expand Down

0 comments on commit 2125a2e

Please sign in to comment.