feat: make chatlist scrollable (#1064)

This commit is contained in:
Mamadou DICKO 2023-08-30 15:53:10 +02:00 committed by GitHub
parent c736cf18e9
commit a6333acdbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ export const ChatsList = (): JSX.Element => {
className={cn("overflow-hidden flex flex-col flex-1")}
data-testid="chats-list"
>
<div className="flex flex-col flex-1">
<div className="flex flex-col flex-1 h-full">
<NewChatButton />
<div
data-testid="chats-list-items"