mirror of
https://github.com/StanGirard/quivr.git
synced 2025-01-03 00:35:28 +03:00
feat: make chatlist scrollable (#1064)
This commit is contained in:
parent
c736cf18e9
commit
a6333acdbe
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user