This commit is contained in:
KONE SOREL 2025-12-29 10:18:25 +00:00
parent 0f20b3d9e1
commit adbce0ed4e

View File

@ -687,24 +687,14 @@ body {
font-weight: 600;
}
/* Ne pas toucher à display: Bootstrap gère. */
/* Monter le modal uniquement quand il est visible */
.modal.show {
position: fixed;
z-index: 2000; /* au-dessus de vos éléments fixes */
.modal {
z-index: 10000 !important;
}
/* Backdrop juste en dessous, uniquement quand visible */
.modal-backdrop.show {
position: fixed;
z-index: 1999;
.modal-backdrop {
z-index: 9999 !important;
}
/* Si certains contenus internes sont recouverts, montez-les aussi */
.modal.show .modal-dialog,
.modal.show .modal-content {
z-index: 2000;
}
/* ============================================
RESPONSIVE DESIGN