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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;