mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
We use the `fix_positions` options every time we launch a user popover, whether it is from the message pane avatar or the buddy list chevron. For the message pane case, we can eliminate some complexity related to trying to put the menu above or below the avatar. We now always suggest "right", and if there are constraints due to being close to the edge of the screen, the fix_positions code will take care of it.