fix(ui): flicker on modal close (#407)

This commit is contained in:
An00nymushun 2021-11-18 21:36:24 +01:00 committed by GitHub
parent e5a11a2f1e
commit 1983155486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,7 @@ const ModalBase = styled.div`
&.closing {
animation-name: ${close};
animation-fill-mode: forwards;
}
&.closing > div {