From d62d73d4cc409e37d980896aaa1e7c70ba041305 Mon Sep 17 00:00:00 2001 From: Tom Smith <142233216+tomsmith8@users.noreply.github.com> Date: Thu, 9 Apr 2026 12:35:59 +0100 Subject: [PATCH 1/2] Fix scroll and hover UX in search results panel Add overflow-hidden to root container so ScrollArea can scroll, and use sidebar-accent token for visible hover state on result rows. --- src/components/layout/search-results-panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout/search-results-panel.tsx b/src/components/layout/search-results-panel.tsx index 67c489a..7add0ff 100644 --- a/src/components/layout/search-results-panel.tsx +++ b/src/components/layout/search-results-panel.tsx @@ -16,7 +16,7 @@ function NodeRow({ node }: { node: GraphNode }) { const nodeType = node.node_type ?? "Unknown" return ( -