mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix invisible calendar in form closing date
This commit is contained in:
parent
86c7b42aae
commit
f079f23fa3
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user