style(SessionsTab): add overflow-auto to improve scroll behavior

This commit is contained in:
icarus 2025-09-26 13:49:56 +08:00
parent 122e4a10d0
commit 67fa5df611

View File

@ -32,6 +32,7 @@ const SessionsTab: FC<SessionsTabProps> = () => {
exit={{ width: 0, opacity: 0 }}
transition={{ duration: 0.5, ease: 'easeInOut' }}
className={cn(
'overflow-auto',
topicPosition === 'right' && navbarPosition === 'top' ? 'rounded-l-2xl border-t border-b border-l' : undefined
)}>
{!activeAgentId ? (