diff --git a/core/src/components/toast/toast.scss b/core/src/components/toast/toast.scss index daa6ee675d..5eb91014f5 100644 --- a/core/src/components/toast/toast.scss +++ b/core/src/components/toast/toast.scss @@ -96,6 +96,10 @@ align-items: center; pointer-events: auto; + height: inherit; + min-height: inherit; + max-height: inherit; + contain: content; } @@ -146,4 +150,4 @@ .toast-button:hover { cursor: pointer; } -} \ No newline at end of file +}