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;