From d4864deac5db325caed895a8eab316142bbedfcc Mon Sep 17 00:00:00 2001 From: IMB11 Date: Thu, 19 Jun 2025 16:18:10 +0100 Subject: [PATCH] fix: intercom bubble colliding with notifications (#3810) --- .../src/components/ui/Notifications.vue | 32 ++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/apps/frontend/src/components/ui/Notifications.vue b/apps/frontend/src/components/ui/Notifications.vue index 563cf23f4..eae6faace 100644 --- a/apps/frontend/src/components/ui/Notifications.vue +++ b/apps/frontend/src/components/ui/Notifications.vue @@ -1,5 +1,8 @@