mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix: feature panel content height in safari
This commit is contained in:
@ -61,7 +61,7 @@ const NewFeaturePanel = ({
|
|||||||
<div className='w-8 h-8 p-2 cursor-pointer' onClick={onClose}><RiCloseLine className='w-4 h-4 text-text-tertiary'/></div>
|
<div className='w-8 h-8 p-2 cursor-pointer' onClick={onClose}><RiCloseLine className='w-4 h-4 text-text-tertiary'/></div>
|
||||||
</div>
|
</div>
|
||||||
{/* list */}
|
{/* list */}
|
||||||
<div className='grow overflow-y-auto px-4 pb-4'>
|
<div className='grow h-0 overflow-y-auto px-4 pb-4'>
|
||||||
{!isChatMode && !inWorkflow && (
|
{!isChatMode && !inWorkflow && (
|
||||||
<MoreLikeThis disabled={disabled} onChange={onChange} />
|
<MoreLikeThis disabled={disabled} onChange={onChange} />
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user