From 0e80b6762d4a42fa335b9ba8568a4b5c122a8857 Mon Sep 17 00:00:00 2001 From: GuanMu Date: Mon, 14 Jul 2025 03:31:12 +0000 Subject: [PATCH] Fix: Remove height and overflow style settings --- web/app/components/app/log/list.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/app/components/app/log/list.tsx b/web/app/components/app/log/list.tsx index 47f8c09e39..b04148d484 100644 --- a/web/app/components/app/log/list.tsx +++ b/web/app/components/app/log/list.tsx @@ -470,8 +470,6 @@ function DetailPanel({ detail, onFeedback }: IDetailPanel) { className="py-4" id="scrollableDiv" style={{ - height: 1000, // Specify a value - overflow: 'auto', display: 'flex', flexDirection: 'column-reverse', }}>