Fix avatar popup zIndex

This commit is contained in:
Josh Perez 2021-10-01 20:01:44 -04:00 committed by GitHub
parent bfe5a5edae
commit b8467da933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}