search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Hour indication is not next to the line.

Asked by Anonymous
4 months ago.

As u can see, the hour is “down” the line of the hour itsel. Can we do something?

Answer posted by Dan Letecky [DayPilot]
4 months 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 months old and has been closed. Please create a new question if you have anything to add.