From 3937171a25a03d150dbf2f60fcba0b887331ed22 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Mon, 11 Jul 2022 13:12:14 +0100 Subject: [PATCH] Move notifications to the bottom of the screen for builder only (not client apps) --- packages/bbui/src/Notification/NotificationDisplay.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bbui/src/Notification/NotificationDisplay.svelte b/packages/bbui/src/Notification/NotificationDisplay.svelte index 0b846f06ce..0f7e93eb23 100644 --- a/packages/bbui/src/Notification/NotificationDisplay.svelte +++ b/packages/bbui/src/Notification/NotificationDisplay.svelte @@ -9,7 +9,7 @@
{#each $notifications as { type, icon, message, id, dismissable, action, wide } (id)} -
+
.notifications { position: fixed; - top: 20px; + bottom: 40px; left: 0; right: 0; margin: 0 auto;