fix(ui): flicker on modal close (#407)
parent
e5a11a2f1e
commit
1983155486
|
|
@ -53,6 +53,7 @@ const ModalBase = styled.div`
|
||||||
|
|
||||||
&.closing {
|
&.closing {
|
||||||
animation-name: ${close};
|
animation-name: ${close};
|
||||||
|
animation-fill-mode: forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.closing > div {
|
&.closing > div {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue