Timeline resource header height

Hi there,

Depending on the timeline view selected (month, week, day) my header is getting cut off regardless of the height I set for the header component. Is there a way for me to consistently have the whole thing visible?

Hi @Anthony_Consoli :wave:

In this case, you need to use custom CSS coding to increase the height of the header row. For example:

.mbsc-{your theme name} .mbsc-timeline-header-date,
.mbsc-{your theme name} .mbsc-timeline-header-row-1 {
    height: 58px;
}