From 80e427d52d87bb5c449c4a6251aef3c96842eeb7 Mon Sep 17 00:00:00 2001 From: zhang1106 <849185023@qq.com> Date: Fri, 6 Feb 2026 11:04:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=98=BE=E7=A4=BA=E8=A2=AB=E6=88=AA=E6=96=AD?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.jsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index cc0c106..266d4dc 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -354,21 +354,25 @@ const AppLayout = ({ children }) => { boxShadow: designTokens.shadows.small, position: 'sticky', top: 0, - zIndex: 99 + zIndex: 99, + overflow: 'visible' }}> {user && (