mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-18 05:25:54 +08:00
fix: feature panel content height in safari
This commit is contained in:
parent
1d4ed3d9e7
commit
2520e40059
@ -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 h-0 overflow-y-auto px-4 pb-4'>
|
<div className='grow basis-0 overflow-y-auto px-4 pb-4'>
|
||||||
{!isChatMode && !inWorkflow && (
|
{!isChatMode && !inWorkflow && (
|
||||||
<MoreLikeThis disabled={disabled} onChange={onChange} />
|
<MoreLikeThis disabled={disabled} onChange={onChange} />
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user