Answer posted by Dan Letecky [DayPilot]
2 years ago.

Sorry for the delay!

The header cell is marked with calendar_default_rowheader CSS class which applies overflow: false style to the cell.

In order to shift the content (hour label) out of the cell you would have to override the cell style with overflow: visible and use absolute positioning with a negative top value for the label.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.