From 5beb70578cd002009df9bc6d67f087abc870cd7b Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Mon, 5 Oct 2020 14:00:26 +0100 Subject: [PATCH] Stop notifications blocking all pointer events across full width --- .../components/common/Notification/NotificationDisplay.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/builder/src/components/common/Notification/NotificationDisplay.svelte b/packages/builder/src/components/common/Notification/NotificationDisplay.svelte index b77d8fd8f2..ad32f228cb 100644 --- a/packages/builder/src/components/common/Notification/NotificationDisplay.svelte +++ b/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 {