Forcé modal à être au dessus de tout.
This commit is contained in:
parent
02914b417c
commit
d64dc2b828
|
|
@ -687,16 +687,22 @@ body {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Modal au-dessus de tout */
|
/* Forcer le modal à être au-dessus de tout */
|
||||||
.modal {
|
.modal {
|
||||||
position: fixed !important;
|
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 {
|
.modal-backdrop {
|
||||||
position: fixed !important;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ============================================
|
/* ============================================
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@ $activeChildId = $menuData['child'];
|
||||||
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
||||||
|
|
||||||
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
<!-- 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">
|
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||||
|
|
||||||
<!-- ============================================
|
<!-- ============================================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user