feat(dialog: style)add scrolling to a container

This commit is contained in:
llx_changed 2023-05-17 23:21:37 +08:00
parent a4481a3f29
commit fa183b525d
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ function DetailPanel<T extends ChatConversationFullDetailResponse | CompletionCo
return res
})?.name ?? 'custom'
return (<div className='rounded-xl border-[0.5px] border-gray-200 h-full flex flex-col'>
return (<div className='rounded-xl border-[0.5px] border-gray-200 h-full flex flex-col overflow-auto'>
{/* Panel Header */}
<div className='border-b border-gray-100 py-4 px-6 flex items-center justify-between'>
<div className='flex-1'>