mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
fix: update z-index values for DialogWrapper components to ensure proper stacking context
This commit is contained in:
@ -50,7 +50,7 @@ const InputTypeSelectField = ({
|
||||
}}
|
||||
popupProps={{
|
||||
className: 'w-[368px]',
|
||||
wrapperClassName: 'z-40',
|
||||
wrapperClassName: 'z-[9999999]',
|
||||
itemClassName: 'gap-x-1',
|
||||
}}
|
||||
CustomTrigger={renderTrigger}
|
||||
|
||||
Reference in New Issue
Block a user