mirror of https://github.com/langgenius/dify.git
Reapply "fix system model setting modal index"
This reverts commit 16fbc6b270.
This commit is contained in:
parent
16fbc6b270
commit
61bed38afb
|
|
@ -139,7 +139,7 @@ const SystemModel: FC<SystemModelSelectorProps> = ({
|
|||
{t('common.modelProvider.systemModelSettings')}
|
||||
</Button>
|
||||
</PortalToFollowElemTrigger>
|
||||
<PortalToFollowElemContent className='z-[60]'>
|
||||
<PortalToFollowElemContent className='z-[75]'>
|
||||
<div className='w-[360px] rounded-xl border-[0.5px] border-components-panel-border bg-components-panel-bg pt-4 shadow-xl'>
|
||||
<div className='px-6 py-1'>
|
||||
<div className='flex h-8 items-center text-[13px] font-medium text-text-primary'>
|
||||
|
|
|
|||
Loading…
Reference in New Issue