mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix avatar popup zIndex
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user