Vertical scrollbar in timeline view not neccesary

In the timeline view the vertical scrollbar is always visible, even if it is not neccesary. See the attached screenshot for example.

The problem seems to be that the content is 1px higher than the frame surrounding it. Is there a way to get rid of this vertical scrollbar in the case it is not neccesary?


Hello,

Please tell me your version of scheduler and browser. We will look into this issue.

Best regards,
Ilya

Hello,

Hereby the versions:

DHTMLX 2.3
Internet Explorer 8

Thanks,
Jaap

Hello,

Thank you for your feedback, we have found and fixed the problem.

Edit your dhtmlxscheduler_ext.css file and add the following CSS rule:

.dhx_matrix_scell { height: 100%; }
Though note that this problem occurs only in IE7. If this is happening to you in IE8 then it means that you are running it in the compatibility mode which is not officially supported.

Best regards,
Ilya

That’s true. I’m running in IE7 compatible mode. Just forgot about that. Thanks for the solution.