diff --git a/packages/core/src/components/toast/_toast.scss b/packages/core/src/components/toast/_toast.scss index a610a0c531..7e4b13d02b 100644 --- a/packages/core/src/components/toast/_toast.scss +++ b/packages/core/src/components/toast/_toast.scss @@ -198,6 +198,7 @@ $toast-margin: $pt-grid-size * 2 !default; &.#{$ns}-toast-enter:not(.#{$ns}-toast-enter-active) ~ .#{$ns}-toast, &.#{$ns}-toast-appear:not(.#{$ns}-toast-appear-active), &.#{$ns}-toast-appear:not(.#{$ns}-toast-appear-active) ~ .#{$ns}-toast, + &.#{$ns}-toast-exit-active ~ .#{$ns}-toast, &.#{$ns}-toast-leave-active ~ .#{$ns}-toast { transform: translateY($toast-margin + $toast-height); }