mirror of https://github.com/langgenius/dify.git
fix(web): increase z-index of PortalToFollowElemContent (#27823)
This commit is contained in:
parent
f31b821cc0
commit
08ea79d730
|
|
@ -124,7 +124,7 @@ const AppOperations = ({ operations, gap }: {
|
|||
<span className='system-xs-medium text-components-button-secondary-text'>{t('common.operation.more')}</span>
|
||||
</Button>
|
||||
</PortalToFollowElemTrigger>
|
||||
<PortalToFollowElemContent className='z-[21]'>
|
||||
<PortalToFollowElemContent className='z-[30]'>
|
||||
<div className='flex min-w-[264px] flex-col rounded-[12px] border-[0.5px] border-components-panel-border bg-components-panel-bg-blur p-1 shadow-lg backdrop-blur-[5px]'>
|
||||
{moreOperations.map(item => <div
|
||||
key={item.id}
|
||||
|
|
|
|||
Loading…
Reference in New Issue