Co-authored-by: crazywoola <427733928@qq.com>tags/0.6.5
| @@ -41,7 +41,13 @@ export default function Modal({ | |||
| <div className="fixed inset-0 bg-black bg-opacity-25" /> | |||
| </Transition.Child> | |||
| <div className="fixed inset-0 overflow-y-auto"> | |||
| <div | |||
| className="fixed inset-0 overflow-y-auto" | |||
| onClick={(e) => { | |||
| e.preventDefault() | |||
| e.stopPropagation() | |||
| }} | |||
| > | |||
| <div className="flex min-h-full items-center justify-center p-4 text-center"> | |||
| <Transition.Child | |||
| as={Fragment} | |||