diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index f9a2956f..8268ea69 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -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 ============================== */