diff --git a/src/renderer/src/pages/home/Tabs/components/Sessions.tsx b/src/renderer/src/pages/home/Tabs/components/Sessions.tsx index 4479aaa89a..713b97cf2f 100644 --- a/src/renderer/src/pages/home/Tabs/components/Sessions.tsx +++ b/src/renderer/src/pages/home/Tabs/components/Sessions.tsx @@ -99,7 +99,7 @@ const Sessions: React.FC = ({ agentId }) => { initial={{ opacity: 0 }} animate={{ opacity: 1 }} transition={{ duration: 0.3 }} - className="agents-tab h-full w-full p-2"> + className="sessions-tab flex h-full w-full flex-col p-2">