center fix for the edit Modal

This commit is contained in:
2026-06-10 12:48:14 +02:00
parent a4b900c986
commit 1633118d7f
+1 -1
View File
@@ -1210,7 +1210,7 @@
document.getElementById('editLibraryLocation').value = item.Ort || '';
document.getElementById('editLibraryDescription').value = item.Beschreibung || '';
document.getElementById('editLibraryModal').style.display = 'block';
document.getElementById('editLibraryModal').style.display = 'flex';
}
function closeEditLibraryModal() {