Skip to content

Commit 9bace29

Browse files
authored
fix: toast wrapper blocking mouse events; (#387)
1 parent 639a036 commit 9bace29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/keybr-widget/lib/components/toast/Toaster.module.less

+5
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@
1111
margin-inline: auto auto;
1212
margin-block: auto 0;
1313
padding: 3rem;
14+
pointer-events: none;
15+
}
16+
17+
.toaster > * {
18+
pointer-events: auto;
1419
}

0 commit comments

Comments
 (0)