mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix z-index of AvatarPopup and limit max width
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user