mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 08:26:27 +08:00
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>
|
<span className='system-xs-medium text-components-button-secondary-text'>{t('common.operation.more')}</span>
|
||||||
</Button>
|
</Button>
|
||||||
</PortalToFollowElemTrigger>
|
</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]'>
|
<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
|
{moreOperations.map(item => <div
|
||||||
key={item.id}
|
key={item.id}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user