Forcé modal à être au dessus de tout.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
|
||||
Reference in New Issue
Block a user