I’m having a problem showing the labels in the timeline view in the left hand pane. They won’t appear unless I remove position : absolute from the class
.dhx_cal_navline div {
position: absolute;
white-space: nowrap;
}
I have no other css styles going on except this which changes the background color.
scheduler.templates.timeline_scaley_class = function (key, label, section) {
return "steelblue";
};