Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 21, 2024
1 parent 67de5d1 commit 0701675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next-canary/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default async function RootLayout({
}}
>
<body>
<div className="relative flex min-h-screen flex-col items-center justify-evenly overflow-auto">
<div className="relative flex min-h-dvh flex-col items-center justify-evenly overflow-auto">
<Suspense>
<TimeSince label="layout.tsx" since={fetchedAt} />
</Suspense>
Expand Down

0 comments on commit 0701675

Please sign in to comment.