Our pure JavaScript Scheduler component


Post by sachidanand »

Hello Team ,

I would like to increase the thickness of dotted currentTimeLine, could you please help how can we achieve that ?


Post by Animal »

That's the b-sch-current-time CSS class.

We'll add this to the documentation for that Feature.


Post by sachidanand »

Hello Animal,

How do we use this class to configure the thickness, should we use use it inside timeRanges ?

Could you please provide me a example or working demo which I can refer.


Post by mats »

.b-timeline-subgrid .b-sch-current-time {
    border-left: 4px solid #fab005;
}

Post Reply