diff --git a/frontend/src/components/layout/AppLayout.tsx b/frontend/src/components/layout/AppLayout.tsx
index d9ea115f..0828ad50 100644
--- a/frontend/src/components/layout/AppLayout.tsx
+++ b/frontend/src/components/layout/AppLayout.tsx
@@ -71,8 +71,8 @@ export function AppLayout() {
{/* Top Bar - spans full width */}
- {/* Sidebar - desktop only */}
-
+ {/* Sidebar - desktop only, must fill grid row */}
+
diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx
index 812a2a8e..b48c5b88 100644
--- a/frontend/src/components/layout/Sidebar.tsx
+++ b/frontend/src/components/layout/Sidebar.tsx
@@ -381,7 +381,7 @@ export function Sidebar() {