fix: z-index of condition operator

This commit is contained in:
JzoNg 2025-05-06 12:42:14 +08:00
parent 0095f7f557
commit a4b807c9df

View File

@ -69,7 +69,7 @@ const ConditionOperator = ({
<RiArrowDownSLine className='ml-1 h-3.5 w-3.5' />
</Button>
</PortalToFollowElemTrigger>
<PortalToFollowElemContent className='z-10'>
<PortalToFollowElemContent className='z-[11]'>
<div className='rounded-xl border-[0.5px] border-components-panel-border bg-components-panel-bg-blur p-1 shadow-lg'>
{
options.map(option => (