From a8d5bdb5a1aa351380b7bd33f190b78c9549951d Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 19 Mar 2026 11:28:00 +0000 Subject: [PATCH] df --- Bootstrap_new/css/theme-modern.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index a30fc419..e226def5 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -1766,4 +1766,9 @@ select[class*="selectpicker"], /* Corrige la bordure spécifique si vous utilisez border-start-0 */ .bootstrap-select.border-2 .btn.dropdown-toggle { border-color: #dee2e6 !important; + } + + /* On force le calendrier à passer devant le header sticky (z-index > 1020) */ + .datepicker-dropdown { + z-index: 9999 !important; } \ No newline at end of file