forked from abner/for-legacy-web
fix(ui): flicker on modal close (#407)
This commit is contained in:
@@ -53,6 +53,7 @@ const ModalBase = styled.div`
|
|||||||
|
|
||||||
&.closing {
|
&.closing {
|
||||||
animation-name: ${close};
|
animation-name: ${close};
|
||||||
|
animation-fill-mode: forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.closing > div {
|
&.closing > div {
|
||||||
|
|||||||
Reference in New Issue
Block a user