mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-08 10:26:50 +08:00
Fix: web app sidebar cannot close when long title conversation existed (#16593)
This commit is contained in:
@@ -78,7 +78,7 @@ const Sidebar = ({ isPanel }: Props) => {
|
||||
|
||||
return (
|
||||
<div className={cn(
|
||||
'flex grow flex-col',
|
||||
'flex w-0 grow flex-col',
|
||||
isPanel && 'rounded-xl border-[0.5px] border-components-panel-border-subtle bg-components-panel-bg shadow-lg',
|
||||
)}>
|
||||
<div className={cn(
|
||||
|
||||
Reference in New Issue
Block a user