mirror of https://github.com/langgenius/dify.git
fix balance model z-index
This commit is contained in:
parent
f5b2735dd5
commit
1348e32015
|
|
@ -29,7 +29,7 @@ export default function Modal({
|
|||
}: IModal) {
|
||||
return (
|
||||
<Transition appear show={isShow} as={Fragment}>
|
||||
<Dialog as="div" className={classNames('relative z-50', wrapperClassName)} onClose={onClose}>
|
||||
<Dialog as="div" className={classNames('relative z-[60]', wrapperClassName)} onClose={onClose}>
|
||||
<Transition.Child
|
||||
as={Fragment}
|
||||
enter="ease-out duration-300"
|
||||
|
|
|
|||
Loading…
Reference in New Issue