Skip to content

Commit

Permalink
[PAY-1518] DMs: Align the overflow menu bottom center (#3654)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrombo authored Jun 27, 2023
1 parent c880b2a commit 1a8a6e7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import {
IconMessage,
IconUnblockMessages,
IconUser,
PopupMenu,
PopupPosition
PopupMenu
} from '@audius/stems'
import { push as pushRoute } from 'connected-react-router'
import { useDispatch } from 'react-redux'
Expand Down Expand Up @@ -187,7 +186,8 @@ export const MessageUserSearchResult = (props: UserResultComposeProps) => {
renderTrigger={renderTrigger}
items={items}
zIndex={zIndex.MODAL_OVERFLOW_MENU_POPUP}
position={PopupPosition.BOTTOM_LEFT}
anchorOrigin={{ horizontal: 'right', vertical: 'bottom' }}
transformOrigin={{ horizontal: 'right', vertical: 'top' }}
/>
</div>
)
Expand Down

0 comments on commit 1a8a6e7

Please sign in to comment.