mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
fix(ui): flicker on modal close (#407)
This commit is contained in:
parent
e5a11a2f1e
commit
1983155486
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ const ModalBase = styled.div`
|
|||
|
||||
&.closing {
|
||||
animation-name: ${close};
|
||||
animation-fill-mode: forwards;
|
||||
}
|
||||
|
||||
&.closing > div {
|
||||
|
|
Loading…
Reference in a new issue