Skip to content

Commit dacf9f4

Browse files
authored
Fix modal overlay (#327)
1 parent 4d47c7d commit dacf9f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ui/components/modal/ModalBase.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export const ModalBase = ({ isOpen, setIsOpen, title, children }: ModalProps) =>
2222
<Dialog as="div" className="fixed inset-0 z-99 overflow-y-auto " onClose={closeModal}>
2323
<div className="min-h-screen px-4 text-center">
2424
<Transition.Child
25-
as={Fragment}
2625
enter="ease-out duration-300"
2726
enterFrom="opacity-0"
2827
enterTo="opacity-100"

0 commit comments

Comments
 (0)