From 2a6f3ad27f72e8b5278bba68825d62d0978566b3 Mon Sep 17 00:00:00 2001 From: CalciumIon <1808837298@qq.com> Date: Thu, 12 Dec 2024 23:34:14 +0800 Subject: [PATCH] fix: Adjust inner padding style in PageLayout component - Updated the overflowY style to always be 'auto', ensuring consistent scrolling behavior. - Maintained conditional inner padding based on the styleState, enhancing layout responsiveness. --- web/src/components/PageLayout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/PageLayout.js b/web/src/components/PageLayout.js index 187ee15e..200386de 100644 --- a/web/src/components/PageLayout.js +++ b/web/src/components/PageLayout.js @@ -23,7 +23,7 @@ const PageLayout = () => {