feat(dialog: style)add scrolling to a container

pull/84/head
llx_changed 3 years ago
parent a4481a3f29
commit fa183b525d

@ -166,7 +166,7 @@ function DetailPanel<T extends ChatConversationFullDetailResponse | CompletionCo
return res return res
})?.name ?? 'custom' })?.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 */} {/* Panel Header */}
<div className='border-b border-gray-100 py-4 px-6 flex items-center justify-between'> <div className='border-b border-gray-100 py-4 px-6 flex items-center justify-between'>
<div className='flex-1'> <div className='flex-1'>

Loading…
Cancel
Save