From c1e549861bee254670cd0b274aaea50415452389 Mon Sep 17 00:00:00 2001 From: Bohdan Chornokondratenko Date: Tue, 26 Mar 2024 16:20:34 +0100 Subject: [PATCH] fix: layout change min-h-screen to min-h-dvh --- src/components/layout/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/Layout.tsx b/src/components/layout/Layout.tsx index c02290bc..6feb70c4 100644 --- a/src/components/layout/Layout.tsx +++ b/src/components/layout/Layout.tsx @@ -26,7 +26,7 @@ export function Layout({ children }: LayoutProps) {
{children ?? }