fix(ui): notify reminder popover positioning. Closes #3025

This commit is contained in:
Gabe Kangas 2023-05-18 15:24:03 -07:00
parent bfbd0dcb18
commit b8ca46a5a3
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

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