conversation layout bug
This commit is contained in:
parent
5ccd745da1
commit
f710c628f9
1 changed files with 2 additions and 3 deletions
|
|
@ -402,9 +402,8 @@ export function Navigation({
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex-1 min-h-0 flex flex-col">
|
<div className="flex-1 min-h-0 overflow-y-auto scrollbar-hide">
|
||||||
{/* Conversations List - grows naturally, doesn't fill all space */}
|
<div className="space-y-1 flex flex-col">
|
||||||
<div className="flex-shrink-0 overflow-y-auto scrollbar-hide space-y-1 max-h-full">
|
|
||||||
{loadingNewConversation || isConversationsLoading ? (
|
{loadingNewConversation || isConversationsLoading ? (
|
||||||
<div className="text-[13px] text-muted-foreground p-2">
|
<div className="text-[13px] text-muted-foreground p-2">
|
||||||
Loading...
|
Loading...
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue