This commit is contained in:
KONE SOREL 2026-03-19 11:28:00 +00:00
parent 27f3ff0fe2
commit a8d5bdb5a1

View File

@ -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;
}