How to change Scroll bar css in dhtmlx scheduler

Hi, Team,
Someone, please help me how to change scrolling style in the schedule.
I want to apply to scroll on class name dhx_cal_data.
I have tried but, I need to set the height, which is not a reliable option because It has to be changed dynamically.

Thanks,

Hi,

You can update CSS for the ::-webkit-scrollbar CSS pseudo-element that affects the style of the scrollbar of an element.
Please find more details regarding CSS Scrollbar Selectors on the page:

Demo with Scheduler scrollbar DHTMLX Snippets

Hi @Polina,

Thanks for the quick response

That would be my last solution because It will change the whole application scrolling, but I want to apply to the dhx_cal_data class. Although, It would not work in other browsers as well. I know It seems hard because of dynamic calculation of height and other property in this class. It would be great if scrolling skin available in the new release.
Would you give me any other solution??

Unfortunately, we are not going to add skin for the scrollbar.

The only solution for updating the appearance of the scroll is using CSS as the way from my previous reply.