diff --git a/app/components/malio/modal/Modal.vue b/app/components/malio/modal/Modal.vue index cb28c48..13b09cb 100644 --- a/app/components/malio/modal/Modal.vue +++ b/app/components/malio/modal/Modal.vue @@ -264,7 +264,7 @@ let openModalCount = 0 .modal-enter-active > div:last-child, .modal-leave-active > div:last-child { - transition: transform 0.2s ease, opacity 0.2s ease; + transition: transform 0.2s ease; } .modal-enter-from, @@ -275,6 +275,5 @@ let openModalCount = 0 .modal-enter-from > div:last-child, .modal-leave-to > div:last-child { transform: scale(0.95); - opacity: 0; }