Fix invisible calendar in form closing date

This commit is contained in:
yflory 2023-01-11 12:44:43 +01:00
parent 86c7b42aae
commit f079f23fa3

View file

@ -25,6 +25,10 @@
}
}
.flatpickr-calendar.open {
z-index: 100001 !important; // Alertify is 100000
}
@palette0: @cp_kanban-color0; // Default bg color for header
@form-colors: @cp_form-palette;
.form-colors(@form-colors; @index) when (@index > 0){