diff --git a/frontend/src/components/MapView/MapChat/index.js b/frontend/src/components/MapView/MapChat/index.js index 25eb8e41..64b7b10e 100644 --- a/frontend/src/components/MapView/MapChat/index.js +++ b/frontend/src/components/MapView/MapChat/index.js @@ -101,12 +101,13 @@ class MapChat extends Component { const { unreadMessages, chatOpen, conversationLive, isParticipating, participants, messages, inviteACall, inviteToJoin } = this.props const { videosShowing, cursorsShowing, alertSound } = this.state - const rightOffset = chatOpen ? '0' : '-300px' return ( -
-
+
+
+
Chat
+ +
+ {chatOpen &&
PARTICIPANTS
@@ -135,14 +136,10 @@ class MapChat extends Component { CHAT
-
-
Chat
- -
{ this.messagesDiv = div }}> {makeList(messages)}
- {chatOpen && } -
+ /> +
}
) }