From 66e6630be7b640b4d20ec246319bd8a26898f344 Mon Sep 17 00:00:00 2001 From: Alexander Harding <2166114+aeharding@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:37:08 -0600 Subject: [PATCH] fix(toast): swipe gesture works with custom container layout --- core/src/components/toast/toast.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;