Modal z-index élévé
This commit is contained in:
parent
f2fb8d14de
commit
02914b417c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.01" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.29.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