From fbc4bcbc7e29abe5e6bf869a63983456b5f0c8ee Mon Sep 17 00:00:00 2001 From: Zakhar Date: Sat, 5 Sep 2026 22:02:56 +0300 Subject: [PATCH] 100dvh --- src/App.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index fb9bd94..aa538eb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -295,7 +295,9 @@ const Overlay = styled.div` align-items: center; z-index: 9; overflow: auto; - height: 100svh; + + height: 100dvh; + height: -webkit-fill-available; div { --color-1: #ffa0a0;