diff --git a/ui/src/components/LayoutShell.tsx b/ui/src/components/LayoutShell.tsx
index 01f36eb3..e0a2ed4f 100644
--- a/ui/src/components/LayoutShell.tsx
+++ b/ui/src/components/LayoutShell.tsx
@@ -502,28 +502,6 @@ function LayoutContent() {
title="Cameleer"
/>
- {/* Admin section — shown at top when on admin pages */}
- {isAdminPage && (
-
-
-
- )}
-
{/* Applications section */}
)}
- {/* Footer — Admin + API Docs */}
+ {/* Admin section — stays in place, expands when on admin pages */}
+
+
+
+
+ {/* Footer */}
- {!isAdminPage && (
- navigate('/admin/rbac')}
- />
- )}