path resolution

This commit is contained in:
2026-07-13 11:24:07 -04:00
parent bdaf5034dd
commit d2e0e7bdcb
2 changed files with 22 additions and 9 deletions
@@ -35,14 +35,9 @@ export default function SettingsModal({ isOpen, onClose, settings, onSave }) {
onClose()
}
function handleBackdropClick(e) {
if (e.target === e.currentTarget) onClose()
}
return (
<div
className="fixed inset-0 z-50 flex items-center justify-center bg-black/60 backdrop-blur-sm"
onClick={handleBackdropClick}
>
<div className="relative bg-gray-900 border border-gray-700 rounded-xl shadow-2xl w-full max-w-xl max-h-[90vh] flex flex-col">
{/* Modal header */}