mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
fix(ui): notify reminder popover positioning. Closes #3025
This commit is contained in:
parent
bfbd0dcb18
commit
b8ca46a5a3
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ export const NotifyReminderPopup: FC<NotifyReminderPopupProps> = ({
|
|||
content={content}
|
||||
overlayInnerStyle={popupStyle}
|
||||
color={styles.popupBackgroundColor}
|
||||
getPopupContainer={node => node}
|
||||
>
|
||||
{children}
|
||||
</Popover>
|
||||
|
|
Loading…
Reference in a new issue