diff --git a/apps/studio/src/components/Layout.tsx b/apps/studio/src/components/Layout.tsx index 9a983e995..813c771be 100644 --- a/apps/studio/src/components/Layout.tsx +++ b/apps/studio/src/components/Layout.tsx @@ -3,18 +3,65 @@ * * The sidebar provides navigation, breadcrumbs show the current * location, and the main area renders the active route via Outlet. + * + * Responsive behavior: + * - md+ (≥768px): sidebar always visible as a fixed left panel. + * -