diff --git a/frontend/src/scenes/persons/PersonDisplay.tsx b/frontend/src/scenes/persons/PersonDisplay.tsx index dc1d52d32cfa..4effd5d7e49a 100644 --- a/frontend/src/scenes/persons/PersonDisplay.tsx +++ b/frontend/src/scenes/persons/PersonDisplay.tsx @@ -209,7 +209,9 @@ export function PersonDisplay({ visible={visible} onClickOutside={() => setVisible(false)} placement={placement || 'top'} - fallbackPlacements={['bottom', 'right']} + // Keep the preview above or below the name. A side placement lands on the row's own + // action buttons (e.g. "View recording" in the funnel actors modal) and blocks them. + fallbackPlacements={['bottom']} showArrow > {withCopyButton ? (