mirror of
https://github.com/langgenius/dify.git
synced 2026-03-09 09:26:42 +08:00
fix z-index
This commit is contained in:
@ -334,6 +334,7 @@ const ReasoningConfigForm: React.FC<Props> = ({
|
||||
)}
|
||||
{showVariableSelector && (
|
||||
<VarReferencePicker
|
||||
zIndex={1001}
|
||||
className='h-8 grow'
|
||||
readonly={false}
|
||||
isShowNodeName
|
||||
|
||||
Reference in New Issue
Block a user