mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Make the menu show up where it was before
This commit is contained in:
parent
411271422c
commit
588fea3a9b
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ export default class UserMenu extends React.Component<IProps, IState> {
|
|||
return (
|
||||
<ContextMenu
|
||||
chevronFace="none"
|
||||
left={elementRect.left}
|
||||
left={elementRect.width + elementRect.left}
|
||||
top={elementRect.top + elementRect.height}
|
||||
onFinished={this.onCloseMenu}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue