From d50e7b90fb6fe3d4ec07e82f0d5efddb70177c3f Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 12 Mar 2026 18:20:16 +0000 Subject: [PATCH] df --- Bootstrap_new/css/theme-modern.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ============================== */