From b8ca46a5a340a6b795eb59b49f53fa7f9919726f Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 18 May 2023 15:24:03 -0700 Subject: [PATCH] fix(ui): notify reminder popover positioning. Closes #3025 --- web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx b/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx index 707273988..082aae6d6 100644 --- a/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx +++ b/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx @@ -77,7 +77,6 @@ export const NotifyReminderPopup: FC = ({ content={content} overlayInnerStyle={popupStyle} color={styles.popupBackgroundColor} - getPopupContainer={node => node} > {children}