From 9a47bb2f80946a14838cc4906379860713c4836b Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 14 Apr 2026 16:16:19 +0800 Subject: [PATCH] fix: doc modal hidden by config modal (#35157) --- web/app/components/plugins/readme-panel/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/plugins/readme-panel/index.tsx b/web/app/components/plugins/readme-panel/index.tsx index 516ef63415..182da360c4 100644 --- a/web/app/components/plugins/readme-panel/index.tsx +++ b/web/app/components/plugins/readme-panel/index.tsx @@ -87,7 +87,7 @@ const ReadmePanel: FC = () => { const portalContent = showType === ReadmeShowType.drawer ? ( -
+
{
) : ( -
+