fix dialog area too long on mobile (#54)
This commit is contained in:
parent
175a6fe523
commit
e10e7c10e0
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user