Fix avatar popup zIndex
This commit is contained in:
parent
bfe5a5edae
commit
b8467da933
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ export class MainHeader extends React.Component<PropsType, StateType> {
|
|||
innerRef={ref}
|
||||
i18n={i18n}
|
||||
isMe
|
||||
style={{ ...style, zIndex: 1 }}
|
||||
style={{ ...style, zIndex: 10 }}
|
||||
color={color}
|
||||
conversationType="direct"
|
||||
name={name}
|
||||
|
|
Loading…
Add table
Reference in a new issue