Fixed toast animations

pull/496/head
Cagatay Civici 2020-09-23 14:41:47 +03:00
parent 6e3eb8d585
commit 96c6c078ca
1 changed files with 2 additions and 2 deletions

View File

@ -160,14 +160,14 @@ export default {
} }
/* Animations */ /* Animations */
.p-toast-message-enter { .p-toast-message-enter-from {
opacity: 0; opacity: 0;
-webkit-transform: translateY(50%); -webkit-transform: translateY(50%);
-ms-transform: translateY(50%); -ms-transform: translateY(50%);
transform: translateY(50%); transform: translateY(50%);
} }
.p-toast-message-leave { .p-toast-message-leave-from {
max-height: 1000px; max-height: 1000px;
} }