From 22d4909cecb88b128b2bc6f9cdc7fe095a79295c Mon Sep 17 00:00:00 2001 From: "J. Paterson" Date: Wed, 1 Jan 2020 13:06:26 -0800 Subject: [PATCH] fix direction of bottom toast exit --- packages/core/src/components/toast/_toast.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/components/toast/_toast.scss b/packages/core/src/components/toast/_toast.scss index a610a0c5319..7e4b13d02b7 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); }