From 74fb360df6f5a04714c862995a0295499db304ab Mon Sep 17 00:00:00 2001 From: qixinbo Date: Sun, 29 Mar 2026 09:17:32 +0800 Subject: [PATCH] UI: fix ovelap bug --- frontend/src/App.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 33a88dc..5056d18 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -35,19 +35,19 @@ function MainLayout({ children }: { children: React.ReactNode }) { return (
-
-
-
+
+
+
{/* Left side empty for balance */}
-
+
-
+
-
+
{children}