|
|
|
@ -29,7 +29,7 @@ export default function Modal({
|
|
|
|
}: IModal) {
|
|
|
|
}: IModal) {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<Transition appear show={isShow} as={Fragment}>
|
|
|
|
<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
|
|
|
|
<Transition.Child
|
|
|
|
as={Fragment}
|
|
|
|
as={Fragment}
|
|
|
|
enter="ease-out duration-300"
|
|
|
|
enter="ease-out duration-300"
|
|
|
|
|