diff --git a/src/core/client/stream/tabs/Comments/Comment/ReportButton/ReportButtonWithPopover.tsx b/src/core/client/stream/tabs/Comments/Comment/ReportButton/ReportButtonWithPopover.tsx index eb6fbadc3..f485a38c6 100644 --- a/src/core/client/stream/tabs/Comments/Comment/ReportButton/ReportButtonWithPopover.tsx +++ b/src/core/client/stream/tabs/Comments/Comment/ReportButton/ReportButtonWithPopover.tsx @@ -24,6 +24,11 @@ const ReportButtonWithPopover: React.FunctionComponent = ({ id={popoverID} placement="top-end" description="A dialog for reporting comments" + modifiers={{ + flip: { + enabled: false, + }, + }} body={({ toggleVisibility, scheduleUpdate }) => (