From 02914b417c42c466577d7202ed39f661aeadab32 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 29 Dec 2025 09:49:18 +0000 Subject: [PATCH] =?UTF-8?q?Modal=20z-index=20=C3=A9l=C3=A9v=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap_new/css/style_office.css | 12 +++++++++++- Vue/gabarit.php | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Bootstrap_new/css/style_office.css b/Bootstrap_new/css/style_office.css index 9f7c17c..d5caddb 100644 --- a/Bootstrap_new/css/style_office.css +++ b/Bootstrap_new/css/style_office.css @@ -687,7 +687,17 @@ body { font-weight: 600; } -.modal {z-index: 10000 !important;} +/* Modal au-dessus de tout */ +.modal { + position: fixed !important; + z-index: 2000 !important; +} + +/* Backdrop juste en dessous */ +.modal-backdrop { + position: fixed !important; + z-index: 1999 !important; +} /* ============================================ RESPONSIVE DESIGN diff --git a/Vue/gabarit.php b/Vue/gabarit.php index a332528..3f7b63b 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -119,7 +119,7 @@ $activeChildId = $menuData['child']; - +