mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(ui): notify reminder popover positioning. Closes #3025
This commit is contained in:
parent
bfbd0dcb18
commit
b8ca46a5a3
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user