fix(ui): notify reminder popover positioning. Closes #3025
This commit is contained in:
@@ -77,7 +77,6 @@ export const NotifyReminderPopup: FC<NotifyReminderPopupProps> = ({
|
|||||||
content={content}
|
content={content}
|
||||||
overlayInnerStyle={popupStyle}
|
overlayInnerStyle={popupStyle}
|
||||||
color={styles.popupBackgroundColor}
|
color={styles.popupBackgroundColor}
|
||||||
getPopupContainer={node => node}
|
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
</Popover>
|
</Popover>
|
||||||
|
|||||||
Reference in New Issue
Block a user