Does anyone know how to change the css so that the hours are not cut as in the picture? This is in the trial version, I don’t know if it’s fixed in the pro version.
Hi,
please provide a demo where I could reproduce the problem. It does not seem to happen when I enable flat skin in basic example with the timeline view
I just enabled the flat theme that came with the trial download. Anyway, I found this and that took care of it.
scheduler.XY.scale_height = 30;
Try adding following style to the page
.dhx_scale_bar {
line-height: 18px;
}