style(SessionsTab): adjust overflow styling for cleaner appearance

This commit is contained in:
icarus 2025-09-26 13:54:22 +08:00
parent c9381d672e
commit 75296babe3

View File

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