diff --git a/packages/desktop/src/components/Terminal.tsx b/packages/desktop/src/components/Terminal.tsx index d14c4af..0a2693b 100644 --- a/packages/desktop/src/components/Terminal.tsx +++ b/packages/desktop/src/components/Terminal.tsx @@ -512,7 +512,6 @@ export function TerminalProvider({ children }: { children?: React.ReactNode }) { backgroundColor: blueGrey[50], boxShadow: 3, borderRight: `1px solid ${blueGrey}`, - position: 'relative', }} > )} - - {/* footer controls */} - - - - - - - - - - - - - + + - - - - - - - - + + + + + + + + + + + + + + + + - - Profile - - - My account - - - - - - - - - Logout - - - + }} + transformOrigin={{ horizontal: 'right', vertical: 'top' }} + anchorOrigin={{ horizontal: 'right', vertical: 'bottom' }} + > + + + + + Logout + + + +