diff --git a/web/src/components/layout/AppShell.tsx b/web/src/components/layout/AppShell.tsx index b5450f0..b216f6d 100644 --- a/web/src/components/layout/AppShell.tsx +++ b/web/src/components/layout/AppShell.tsx @@ -13,41 +13,19 @@ import { SettingsView } from '../../views/SettingsView'; export function AppShell() { return ( -
+
{/* Fixed left sidebar */} {/* Main area (right of sidebar) */} -
+
{/* Sticky header */}
{/* Content row: main + right panel */} -
+
{/* Scrollable main content */} -
+
} /> } /> diff --git a/web/src/components/layout/RightPanel.tsx b/web/src/components/layout/RightPanel.tsx index bfbb187..cd55de5 100644 --- a/web/src/components/layout/RightPanel.tsx +++ b/web/src/components/layout/RightPanel.tsx @@ -227,8 +227,7 @@ function NewsFeed() { export function RightPanel() { return ( -