mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 22:31:09 +03:00
Specify what element the popup should draw in to fix scrolling. For #2358
This commit is contained in:
parent
b21dfaa2b9
commit
b55b7a54ea
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ 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>
|
||||||
|
|
Loading…
Reference in a new issue