mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-01-18 21:36:27 +01:00
Fix messenger scrolling
This commit is contained in:
parent
d8f92c053e
commit
e069efcb10
@ -302,8 +302,8 @@ export const FriendsMessengerView: FC<{}> = props =>
|
||||
<FontAwesomeIcon icon="times" />
|
||||
</Button>
|
||||
</Flex>
|
||||
<Column fit innerRef={ messagesBox } className="bg-muted p-2 rounded chat-messages">
|
||||
<Column overflow="auto">
|
||||
<Column fit className="bg-muted p-2 rounded chat-messages">
|
||||
<Column innerRef={ messagesBox } overflow="auto">
|
||||
<FriendsMessengerThreadView thread={ messageThreads[activeThreadIndex] } />
|
||||
</Column>
|
||||
</Column>
|
||||
|
Loading…
Reference in New Issue
Block a user