diff --git a/packages/core/src/Toast/ToastViewport.tsx b/packages/core/src/Toast/ToastViewport.tsx index a90c4f338be..1dee87cfb58 100644 --- a/packages/core/src/Toast/ToastViewport.tsx +++ b/packages/core/src/Toast/ToastViewport.tsx @@ -103,6 +103,9 @@ const styles = stylex.create({ // and without this the row cannot shrink and the collapse stops animating. minHeight: 0, }, + toastWrapperInnerExiting: { + overflowClipMargin: 0, + }, }); // Flatten a toast's rendered content (title, description, etc.) to the plain @@ -486,7 +489,11 @@ export function ToastViewport({ } : undefined }> -
+