Disable closing modal during photo upload

This commit is contained in:
2026-04-24 12:24:19 +01:00
parent b4a70233cf
commit 73ad5b4eb1
4 changed files with 32 additions and 3 deletions

View File

@@ -1815,6 +1815,12 @@ button.create-place {
top: 1rem;
right: 1rem;
cursor: pointer;
color: #898989;
}
.close-modal-btn.disabled {
color: #ccc;
cursor: not-allowed;
}
.place-photo-upload h2 {