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}