From 4aef8c2242aebeeae72eff220f831b07524ba4aa Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:49:30 +0530 Subject: [PATCH] fix: snooze dropdown overflow (#1588) --- apps/app/components/notifications/notification-popover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/components/notifications/notification-popover.tsx b/apps/app/components/notifications/notification-popover.tsx index 0ad6ae66ff..a8652e7ff3 100644 --- a/apps/app/components/notifications/notification-popover.tsx +++ b/apps/app/components/notifications/notification-popover.tsx @@ -261,7 +261,7 @@ export const NotificationPopover = () => { {notifications ? ( notifications.length > 0 ? ( -