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;