From 53e476d8a8e504c35bb8b2cdd53d2f6f9dcee62b Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Thu, 2 Mar 2023 16:12:24 +0800 Subject: [PATCH] fix: fix size problem in If height is too large, should display scrollbar --- client/web/src/components/Panel/group/GroupExtraDataPanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/web/src/components/Panel/group/GroupExtraDataPanel.tsx b/client/web/src/components/Panel/group/GroupExtraDataPanel.tsx index 4f473911..e9cba722 100644 --- a/client/web/src/components/Panel/group/GroupExtraDataPanel.tsx +++ b/client/web/src/components/Panel/group/GroupExtraDataPanel.tsx @@ -117,8 +117,8 @@ const GroupExtraDataPanelInner: React.FC = : [] } > - -
{props.render(info)}
+ +
{props.render(info)}
);