Fix: Weird Toast animation when the new Toast lasts less than the previous]
This commit is contained in:
parent
f533e8d937
commit
0105059771
@ -72,11 +72,9 @@
|
|||||||
@keyframes dismiss {
|
@keyframes dismiss {
|
||||||
0% {
|
0% {
|
||||||
opacity: var(--opacity);
|
opacity: var(--opacity);
|
||||||
max-height: var(--height);
|
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
opacity: 0.0;
|
opacity: 0.0;
|
||||||
max-height: 0px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user