Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanniegb committed Aug 7, 2024
1 parent ad8858b commit 3872d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/address-book/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function AddressBookRootLayout({
children: React.ReactNode;
}) {
return (
<main className="flex min-h-svh flex-col justify-between gap-16">
<main className="flex min-h-[--100svh] flex-col justify-between gap-16">
{children}
</main>
);
Expand Down

0 comments on commit 3872d3c

Please sign in to comment.