Layout of scheduler on IE6

Hello,

i use scheduler and changed some property of Css, on browser firefox, IE7, all is OK ; but on IE6 the layout of scheduler is wrong.(please the attacted image)

Which CSS will defined that. help me solve this problem.

Thanks a lot!!


Scheduler has logic, which can decrease size of last column if it awaits the vertical scroll.
You can disable it by

scheduler.xy.scroll_width = 1;

Hello

I tried to set : scheduler.xy.scroll_width = 0;

But it’s still a little space(as the attached image).


Must be some kind of css conflict
Can you provide any kind of sample or demo link where issue can be reconstructed?