Fix git modal not appearing (missing position:fixed in CSS selector)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user