diff --git a/src/components/Toaster/ToastList/ToastAnimation.scss b/src/components/Toaster/ToastList/ToastAnimation.scss index d996186453..3d510b346d 100644 --- a/src/components/Toaster/ToastList/ToastAnimation.scss +++ b/src/components/Toaster/ToastList/ToastAnimation.scss @@ -59,6 +59,7 @@ $animation-duration: 0.6s; @include hidden-toast-move($platform); } 100% { + @include visible-toast-height; @include visible-toast-move; } }