diff --git a/src/components/MainLayout.tsx b/src/components/MainLayout.tsx
index 4df33aad..75cb8b5d 100644
--- a/src/components/MainLayout.tsx
+++ b/src/components/MainLayout.tsx
@@ -88,7 +88,7 @@ function MainLayoutInner() {
{/* Main content + right sidebar: inside Suspense so the left sidebar persists while lazy pages load */}
}>
-
+
{showFAB && (
diff --git a/src/components/MobileTopBar.tsx b/src/components/MobileTopBar.tsx
index 290d1f59..83896968 100644
--- a/src/components/MobileTopBar.tsx
+++ b/src/components/MobileTopBar.tsx
@@ -21,7 +21,7 @@ export function MobileTopBar({ onAvatarClick }: MobileTopBarProps) {
<>
{/* Fixed backing layer behind the header — stays at viewport top so the header
has the same double-opacity look as the tab bar sitting over the content area */}
-