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