From feb215dae0045a982e9c6ca035d1e73fee77648b Mon Sep 17 00:00:00 2001 From: David Blanc Brioir Date: Sun, 4 Jan 2026 16:50:29 +0100 Subject: [PATCH] revert: Remove max-height from works-list (causes double scrollbar) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed max-height: 300px from .works-list - Keeps only the Unicode encoding fix (→ to ->) - Avoids having two scrollbars in the works filter section 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- generations/library_rag/templates/chat.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/generations/library_rag/templates/chat.html b/generations/library_rag/templates/chat.html index 45418be..fd42165 100644 --- a/generations/library_rag/templates/chat.html +++ b/generations/library_rag/templates/chat.html @@ -713,9 +713,6 @@ display: flex; flex-direction: column; gap: 0.5rem; - max-height: 300px; - overflow-y: auto; - overflow-x: hidden; } .work-item {