From e10e7c10e077f5619902f7a4edbcd1d4ffbd5787 Mon Sep 17 00:00:00 2001 From: aleka Date: Mon, 2 Oct 2023 13:57:41 -0400 Subject: [PATCH] fix dialog area too long on mobile (#54) --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index c40ac47..adcaff0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -197,7 +197,7 @@ Styled.NotificationsToastArea = styled(NotificationsToastArea)` Styled.DialogArea = styled.aside` position: fixed; - height: 100vh; + height: 100%; z-index: 1; inset: 0; overflow: clip;