Forcé modal à être au dessus de tout.

This commit is contained in:
KONE SOREL 2025-12-29 09:53:17 +00:00
parent 02914b417c
commit d64dc2b828
2 changed files with 11 additions and 5 deletions

View File

@ -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;
}
/* ============================================

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