Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion frontend/src/scenes/persons/PersonDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 ? (
Expand Down
Loading