This commit is contained in:
KONE SOREL 2026-03-12 18:20:16 +00:00
parent 816499bba2
commit d50e7b90fb

View File

@ -1051,6 +1051,16 @@ fieldset legend, form legend {
border-radius: 0;
}
/* Modales au-dessus de la barre de contexte (2000) et du header */
.modal {
z-index: 3000 !important;
}
/* Le fond noir (backdrop) doit aussi suivre */
.modal-backdrop {
z-index: 2999 !important;
}
/* ==============================
NAV TABS
============================== */