From 9269d77ef766d4220484e2b2f384468021e571b8 Mon Sep 17 00:00:00 2001 From: mamamiyear Date: Wed, 29 Oct 2025 16:20:59 +0800 Subject: [PATCH] fix: menu side bar scroll with main content area --- src/components/LayoutWrapper.tsx | 2 +- src/styles/layout.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/LayoutWrapper.tsx b/src/components/LayoutWrapper.tsx index ddbea26..fb35b51 100644 --- a/src/components/LayoutWrapper.tsx +++ b/src/components/LayoutWrapper.tsx @@ -58,7 +58,7 @@ const LayoutWrapper: React.FC = () => { showInput={isHome || isList} /> {/* 下方为主布局:左侧菜单 + 右侧内容 */} - +