This commit is contained in:
KONE SOREL 2025-12-29 10:05:02 +00:00
parent 250b85abca
commit 5520c70cfe
2 changed files with 15 additions and 8 deletions

View File

@ -687,22 +687,29 @@ body {
font-weight: 600;
}
/* Forcer le modal à être au-dessus de tout */
.modal {
position: fixed !important;
z-index: 9999 !important;
/* Patch global pour forcer le modal au-dessus de tout */
body.modal-open {
overflow: hidden !important;
}
/* Forcer le backdrop à être juste en dessous du modal */
/* Backdrop toujours derrière le modal */
.modal-backdrop {
position: fixed !important;
z-index: 9998 !important;
}
/* Optionnel : s'assurer que le contenu du modal suit */
/* Modal lui-même */
.modal {
position: fixed !important;
z-index: 9999 !important;
display: block !important;
}
/* Dialog et contenu */
.modal-dialog,
.modal-content {
z-index: 9999 !important;
position: relative !important;
z-index: 10000 !important;
}
/* ============================================

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.03" rel="stylesheet">
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.29.04" rel="stylesheet">
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
<!-- ============================================