Skip to content

Commit

Permalink
use the top placement by default for the person display popover
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus committed Aug 9, 2024
1 parent 0d07fe8 commit a8fc369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/scenes/persons/PersonDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ export function PersonDisplay({
}
visible={visible}
onClickOutside={() => setVisible(false)}
placement="right"
fallbackPlacements={['bottom', 'top']}
placement="top"
fallbackPlacements={['bottom', 'right']}
showArrow
>
{content}
Expand Down

0 comments on commit a8fc369

Please sign in to comment.