Skip to content

Commit 0a42402

Browse files
committed
fix: ScrollArea Height
1 parent 5e7efef commit 0a42402

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,7 @@
108108

109109
<Sidebar.GroupContent>
110110
<Sidebar.Menu>
111-
<ScrollArea
112-
class={!isSearchModeActive
113-
? 'h-[calc(100vh-16.5rem)]'
114-
: 'h-[calc(100vh-11.625rem)]'}
115-
>
111+
<ScrollArea>
116112
{#each filteredConversations as conversation (conversation.id)}
117113
<Sidebar.MenuItem class="mb-1" onclick={handleMobileSidebarItemClick}>
118114
<ChatSidebarConversationItem

0 commit comments

Comments
 (0)