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;