Add datepicker to timeline.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// The lit-flatpickr element itself is hidden as we only want the popup
|
||||
// calender.
|
||||
lit-flatpickr {
|
||||
visibility: hidden;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user