fix dialog area too long on mobile (#54)

This commit is contained in:
aleka
2023-10-02 13:57:41 -04:00
committed by GitHub
parent 175a6fe523
commit e10e7c10e0
+1 -1
View File
@@ -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;