From d64dc2b8282d146a86ed30992461f684d5740db1 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 29 Dec 2025 09:53:17 +0000 Subject: [PATCH] =?UTF-8?q?Forc=C3=A9=20modal=20=C3=A0=20=C3=AAtre=20au=20?= =?UTF-8?q?dessus=20de=20tout.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap_new/css/style_office.css | 14 ++++++++++---- Vue/gabarit.php | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Bootstrap_new/css/style_office.css b/Bootstrap_new/css/style_office.css index d5caddb..ec0b287 100644 --- a/Bootstrap_new/css/style_office.css +++ b/Bootstrap_new/css/style_office.css @@ -687,16 +687,22 @@ body { font-weight: 600; } -/* Modal au-dessus de tout */ +/* Forcer le modal à être au-dessus de tout */ .modal { position: fixed !important; - z-index: 2000 !important; + z-index: 9999 !important; } -/* Backdrop juste en dessous */ +/* Forcer le backdrop à être juste en dessous du modal */ .modal-backdrop { position: fixed !important; - z-index: 1999 !important; + z-index: 9998 !important; +} + +/* Optionnel : s'assurer que le contenu du modal suit */ +.modal-dialog, +.modal-content { + z-index: 9999 !important; } /* ============================================ diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 3f7b63b..240a99f 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -119,7 +119,7 @@ $activeChildId = $menuData['child']; - +