Specify what element the popup should draw in to fix scrolling. For #2358

This commit is contained in:
Gabe Kangas 2022-12-26 20:04:53 -08:00
parent b21dfaa2b9
commit b55b7a54ea
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -71,6 +71,7 @@ export const NotifyReminderPopup: FC<NotifyReminderPopupProps> = ({
content={content}
overlayInnerStyle={popupStyle}
color={styles.popupBackgroundColor}
getPopupContainer={node => node}
>
{children}
</Popover>