From a82ed057ab50d4e6c3cef192ca2b2892b4332142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patr=C3=ADcio=20Martins?= Date: Mon, 15 Dec 2025 11:14:08 -0300 Subject: [PATCH] feat: add independent vertical scroll to Tools tab columns --- client/src/components/ListPane.tsx | 12 ++++++------ client/src/components/ToolsTab.tsx | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/client/src/components/ListPane.tsx b/client/src/components/ListPane.tsx index 8cc2c1fe7..83d950fde 100644 --- a/client/src/components/ListPane.tsx +++ b/client/src/components/ListPane.tsx @@ -56,8 +56,8 @@ const ListPane = ({ }; return ( -
-
+
+

{title} @@ -92,10 +92,10 @@ const ListPane = ({

-
+
-
+
{filteredItems.map((item, index) => (
-
+ +
0} /> -
-
+
+
{selectedTool && (
-
+
{selectedTool ? (
{error && (