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

pull/1049/head
An00nymushun 2021-11-18 21:36:24 +01:00 committed by GitHub
parent d76a5e4211
commit 33312e2826
1 changed files with 1 additions and 0 deletions

View File

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