Browse Source

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

pull/2516/head
Gabe Kangas 3 years ago
parent
commit
b55b7a54ea
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

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

Loading…
Cancel
Save