Browse Source

Stop notifications blocking all pointer events across full width

pull/677/head
Andrew Kingston 6 years ago
parent
commit
5beb70578c
  1. 1
      packages/builder/src/components/common/Notification/NotificationDisplay.svelte

1
packages/builder/src/components/common/Notification/NotificationDisplay.svelte

@ -51,6 +51,7 @@
flex-direction: column;
justify-content: flex-start;
align-items: center;
pointer-events: none;
}
.toast {

Loading…
Cancel
Save