Browse Source

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

pull/3032/head
Gabe Kangas 2 years ago
parent
commit
b8ca46a5a3
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 1
      web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx

1
web/components/ui/NotifyReminderPopup/NotifyReminderPopup.tsx

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

Loading…
Cancel
Save