Fix unwanted hiding of datepicker input field

This commit is contained in:
Björn Fromme
2018-10-15 17:12:39 +02:00
parent 64a3b51a76
commit fa6e9f5480
@@ -33,7 +33,7 @@
width: percentage(1/2); width: percentage(1/2);
} }
.flatpickr-input { .flatpickr-input:not(.datepicker--visible) {
display: none; display: none;
} }