Fix z-index of AvatarPopup and limit max width
This commit is contained in:
parent
353becffac
commit
965c635905
2 changed files with 10 additions and 1 deletions
|
@ -388,7 +388,7 @@ export class MainHeader extends React.Component<PropsType, StateType> {
|
|||
<AvatarPopup
|
||||
innerRef={ref}
|
||||
i18n={i18n}
|
||||
style={style}
|
||||
style={{ ...style, zIndex: 1 }}
|
||||
color={color}
|
||||
conversationType="direct"
|
||||
name={name}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue