Skip to content

Commit 66e6630

Browse files
committed
fix(toast): swipe gesture works with custom container layout
1 parent 4bffe97 commit 66e6630

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/toast/toast.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
background: var(--background);
9898

9999
box-shadow: var(--box-shadow);
100+
101+
pointer-events: auto;
100102
}
101103

102104
.toast-wrapper.toast-top {
@@ -115,7 +117,6 @@
115117
display: flex;
116118

117119
align-items: center;
118-
pointer-events: auto;
119120

120121
height: inherit;
121122
min-height: inherit;

0 commit comments

Comments
 (0)