diff --git a/src/food-market.web/src/components/Modal.tsx b/src/food-market.web/src/components/Modal.tsx index 2c71f60..50dc671 100644 --- a/src/food-market.web/src/components/Modal.tsx +++ b/src/food-market.web/src/components/Modal.tsx @@ -21,14 +21,20 @@ export function Modal({ open, onClose, title, children, footer, width = 'max-w-l if (!open) return null return ( -
+
e.stopPropagation()} >
-

{title}

-