Position confirmation popover. Closes #2611

This commit is contained in:
Gabe Kangas
2023-01-22 22:39:18 -08:00
parent 57c9bbbb51
commit 5556653021
34 changed files with 34 additions and 37 deletions

View File

@@ -284,6 +284,8 @@ export const VideoVariantForm: FC<VideoVariantFormProps> = ({
onConfirm={handleVideoPassConfirm}
okText="Yes"
cancelText="No"
getPopupContainer={triggerNode => triggerNode}
placement="topLeft"
>
{/* adding an <a> tag to force Popcofirm to register click on toggle */}
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}