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']; - +