diff --git a/core/src/components/toast/toast.scss b/core/src/components/toast/toast.scss index 2b94cf94d90..2c8398a3594 100644 --- a/core/src/components/toast/toast.scss +++ b/core/src/components/toast/toast.scss @@ -97,6 +97,8 @@ background: var(--background); box-shadow: var(--box-shadow); + + pointer-events: auto; } .toast-wrapper.toast-top { @@ -115,7 +117,6 @@ display: flex; align-items: center; - pointer-events: auto; height: inherit; min-height: inherit;