diff --git a/frontend/src/pages/AdminUserRestrictionsPage.jsx b/frontend/src/pages/AdminUserRestrictionsPage.jsx index 55cedb6..9364526 100644 --- a/frontend/src/pages/AdminUserRestrictionsPage.jsx +++ b/frontend/src/pages/AdminUserRestrictionsPage.jsx @@ -434,15 +434,19 @@ export default function AdminUserRestrictionsPage() { {/* Action */} - {override && ( - - )} + ) @@ -453,30 +457,6 @@ export default function AdminUserRestrictionsPage() { - {/* Fixed Bottom Bar */} -
- - -
{/* Legend */}
)} + + {/* Fixed Bottom Bar - Always visible when user selected */} + {selectedUser && ( +
+ + +
+ )}
) }