Skip to content

Commit

Permalink
fix: fix notification banner display when too much items in chat list (
Browse files Browse the repository at this point in the history
…#1593)

Issue: #1578

Demo
<img width="1512" alt="Screenshot 2023-11-06 at 14 26 14"
src="https://github.com/StanGirard/quivr/assets/63923024/ef583683-43da-4b42-927e-22431cbeb0cf">
  • Loading branch information
mamadoudicko authored Nov 6, 2023
1 parent 3eff384 commit a46bf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/chat/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Layout = ({ children }: LayoutProps): JSX.Element => {
<ChatsProvider>
<ChatProvider>
<NotificationBanner />
<div className="relative h-full w-full flex justify-stretch items-stretch">
<div className="relative h-full w-full flex justify-stretch items-stretch overflow-auto">
<ChatsList />
{children}
</div>
Expand Down

0 comments on commit a46bf52

Please sign in to comment.