This commit is contained in:
KONE SOREL 2025-12-29 12:40:57 +00:00
parent 652943dd57
commit 77c6acdb2b
3 changed files with 8 additions and 5 deletions

View File

@ -687,10 +687,15 @@ body {
font-weight: 600;
}
.modal-office{
z-index: 9999 !important;
/* Force le modal et son voile noir au-dessus de tout */
.modal-office {
z-index: 1060 !important;
}
/* Le backdrop (le fond noir) doit aussi être remonté */
.modal-backdrop {
z-index: 1055 !important;
}
/* ============================================
RESPONSIVE DESIGN

View File

@ -69,8 +69,6 @@
</div>
<button class="sr-only" id="btn_export_quittance" name="btn_export_quittance" type="button" data-bs-toggle="modal" data-bs-target="#pop_export_quittance" > </button>
<div class="modal fade modal-office" id="pop_export_quittance" role="dialog" data-bs-backdrop="static" data-bs-keyboard="false">
<div class="modal-dialog modal-lg modal-dialog-centered">
<div class="modal-content border-0 shadow-lg">

View File

@ -119,7 +119,7 @@ $activeChildId = $menuData['child'];
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.29.08" rel="stylesheet">
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.29.10" rel="stylesheet">
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
<!-- ============================================