diff --git a/Bootstrap_new/css/style_office.css b/Bootstrap_new/css/style_office.css index dd5db9b..3ebf857 100644 --- a/Bootstrap_new/css/style_office.css +++ b/Bootstrap_new/css/style_office.css @@ -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