Scheduler timeline view scaley labels not showing

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";
        };

Hi,
please provide a complete example, we won’t be able to reproduce the issue otherwise.
You can use a snippet tool snippet.dhtmlx.com/425595faf (you can switch between js/html using tabs at the bottom of the page, click ‘Share’ in order to save the snippet)

Thanks I’ll post one asap.

Sorry, I rebuilt it and it worked. I had overwritten a css style somewhere.