Hi,
I’ve many MarkedTimespans on my timeline_week created by scheduler.addMarkedTimespan function specifying the start_date and the end_date. The result are multiple divs for every markedTimespan, instead of a unique div representing the whole markedTimespan. Example:
i.imgur.com/nYeiQYj.png
i.imgur.com/cF3bM51.png
As they start and end in a different days they have to DIVs. This is annoying because when I apply a CSS to the timespan it doesn’t seem to be the same timespan. For example, if I specify a border or if I change their colour on :hover.
Is it possible to fix it in the actual version?
It can be a future-version fix?
Thx