fix: menu side bar scroll with main content area

This commit is contained in:
2025-10-29 16:20:59 +08:00
parent a8170f45be
commit 9269d77ef7
2 changed files with 9 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ const LayoutWrapper: React.FC = () => {
showInput={isHome || isList}
/>
{/* 下方为主布局:左侧菜单 + 右侧内容 */}
<Layout ref={layoutShellRef as any}>
<Layout ref={layoutShellRef as any} className="layout-shell">
<SiderMenu
onNavigate={handleNavigate}
selectedKey={selectedKey}