Fix git modal not appearing (missing position:fixed in CSS selector)

This commit is contained in:
2026-04-24 19:52:48 -04:00
parent 01e7b5630b
commit 7c701c7d9c
+1 -1
View File
@@ -260,7 +260,7 @@ button:active { background: #1a1a3a; }
.conn-edit-btn:hover { background: #2a2a5a; border-color: #6666aa; }
/* ── Modal ───────────────────────────────────────────────────────────────── */
#connector-modal, #drc-modal {
#connector-modal, #drc-modal, #git-modal {
position: fixed; inset: 0; background: rgba(0,0,0,0.65); z-index: 1000;
align-items: center; justify-content: center;
}