mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-23 18:10:26 +08:00
style(SessionsTab): adjust overflow styling for better scroll behavior
This commit is contained in:
parent
67fa5df611
commit
c9381d672e
@ -32,7 +32,7 @@ const SessionsTab: FC<SessionsTabProps> = () => {
|
||||
exit={{ width: 0, opacity: 0 }}
|
||||
transition={{ duration: 0.5, ease: 'easeInOut' }}
|
||||
className={cn(
|
||||
'overflow-auto',
|
||||
'overflow-y-auto overflow-x-hidden',
|
||||
topicPosition === 'right' && navbarPosition === 'top' ? 'rounded-l-2xl border-t border-b border-l' : undefined
|
||||
)}>
|
||||
{!activeAgentId ? (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user