From 450ff9368838120d5daccf4555e017fcc6a1b033 Mon Sep 17 00:00:00 2001 From: Branislav Remen <43781862+branislav-remen@users.noreply.github.com> Date: Thu, 7 May 2026 09:26:40 +0200 Subject: [PATCH] Add scrolling to chat view (fix #1) --- .../sidebar-chats-list-start/project-chat-list.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/extensions/webui/sidebar-chats-list-start/project-chat-list.html b/extensions/webui/sidebar-chats-list-start/project-chat-list.html index 4d5a1ad..9145b9a 100644 --- a/extensions/webui/sidebar-chats-list-start/project-chat-list.html +++ b/extensions/webui/sidebar-chats-list-start/project-chat-list.html @@ -136,6 +136,13 @@

Chats

display: none !important; } + .pcv-root.pcv-grouped-active { + display: flex; + flex-direction: column; + flex: 1; + min-height: 0; + } + .pcv-header-actions { display: flex; align-items: center; @@ -147,6 +154,7 @@

Chats

flex-direction: column; flex: 1; min-height: 0; + overflow: auto; } .pcv-group { @@ -239,6 +247,7 @@

Chats

flex: 1 1 auto; min-width: 0; } +