From 07c3428b9ec24404230f92aa63f7d9b5cfec64b4 Mon Sep 17 00:00:00 2001 From: Zeke Zhang <958414905@qq.com> Date: Sun, 7 Jul 2024 14:57:13 +0800 Subject: [PATCH] fix(plugin-manager): fix issue with inability to scroll on plugin management page (#4837) --- .../core/client/src/route-switch/antd/admin-layout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/client/src/route-switch/antd/admin-layout/index.tsx b/packages/core/client/src/route-switch/antd/admin-layout/index.tsx index 2b5c89c29e..def3e7d31e 100644 --- a/packages/core/client/src/route-switch/antd/admin-layout/index.tsx +++ b/packages/core/client/src/route-switch/antd/admin-layout/index.tsx @@ -327,7 +327,7 @@ const layoutContentClass = css` display: flex; flex-direction: column; position: relative; - overflow-y: hidden; + overflow-y: auto; height: 100vh; > div { position: relative;