fix: z-index (#4065)

pull/4673/head
Nam Vu 2 years ago committed by GitHub
parent fe9bf5fc4a
commit 11275cbaaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -28,7 +28,7 @@ export default function Modal({
}: IModal) {
return (
<Transition appear show={isShow} as={Fragment}>
<Dialog as="div" className={`relative z-10 ${wrapperClassName}`} onClose={onClose}>
<Dialog as="div" className={`relative z-30 ${wrapperClassName}`} onClose={onClose}>
<Transition.Child
as={Fragment}
enter="ease-out duration-300"

Loading…
Cancel
Save