From a4743e5bb3883eef646a835bed0aa6292d9f34ba Mon Sep 17 00:00:00 2001 From: liamzi Date: Wed, 15 Jan 2025 11:25:49 +0800 Subject: [PATCH] fix --- src/components/Layout/Sidebar.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout/Sidebar.jsx b/src/components/Layout/Sidebar.jsx index d606931..4d4543b 100644 --- a/src/components/Layout/Sidebar.jsx +++ b/src/components/Layout/Sidebar.jsx @@ -54,6 +54,7 @@ const Sidebar = ({ collapsed }) => { defaultOpenKeys={defaultOpenKeys} items={menuClient} onClick={handleMenuClick} + style={{ overflow: 'auto' }} /> );