From b27c540379c43a4dda72a8684ceb1249b42c6e37 Mon Sep 17 00:00:00 2001 From: GuanMu Date: Mon, 14 Jul 2025 13:57:53 +0800 Subject: [PATCH] Fix: Remove height and overflow style settings (#22327) --- 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 47f8c09e3..b04148d48 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', }}>