From b55b7a54ea793c53edca8b203bdc6f1f3f0eb536 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 26 Dec 2022 20:04:53 -0800 Subject: [PATCH] Specify what element the popup should draw in to fix scrolling. For #2358 --- web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx b/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx index 7f48138b8..f7742926f 100644 --- a/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx +++ b/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx @@ -71,6 +71,7 @@ export const NotifyReminderPopup: FC = ({ content={content} overlayInnerStyle={popupStyle} color={styles.popupBackgroundColor} + getPopupContainer={node => node} > {children}