diff --git a/frontend/src/components/ApplicationModal.tsx b/frontend/src/components/ApplicationModal.tsx index 64320f7..8a78425 100644 --- a/frontend/src/components/ApplicationModal.tsx +++ b/frontend/src/components/ApplicationModal.tsx @@ -31,9 +31,11 @@ function Modal({ isOpen, onClose, children }: ModalProps) { if (!isOpen) return null return ( -
+
{/* Add max-h-full to prevent exceeding viewport and enable scrolling */} -
+
e.stopPropagation()}> {/* Close button inside the modal */}