From f079f23fa389c406c747fcb2df35f391468d934f Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 11 Jan 2023 12:44:43 +0100 Subject: [PATCH] Fix invisible calendar in form closing date --- www/form/app-form.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/form/app-form.less b/www/form/app-form.less index 78d0f7665..cde12d66d 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -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){