From fd6214370599de2f22eef992430f28277c31f9d7 Mon Sep 17 00:00:00 2001 From: Zakhar Date: Sat, 5 Sep 2026 22:48:22 +0300 Subject: [PATCH] 100dvh --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index aa538eb..e82e19d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -354,7 +354,7 @@ const Container = styled.main<{$fullHeight: boolean}>` h1 { padding-top: 10px; } - height: ${({ $fullHeight }) => $fullHeight ? 'auto' : '100%'}; + height: ${({ $fullHeight }) => $fullHeight ? 'auto' : '100dvh'}; border-radius: ${({ $fullHeight }) => $fullHeight ? '0 0 8px 8px' : '0'}; `)} `;