Invalid scheduler borders in timeline mode

Hi.

There are invalid scheduler borders in timeline mode. You can find examples even in your own demos. Like this (just switch to timeline):
docs.dhtmlx.com/scheduler/sample … esize.html

  1. There is no bottom border in the last row
  2. There is unnecessary border at the top right corner (after time values)


Any suggestions how to fix that?

Hello.

  1. It seems like and issue, so the easiest way to show border at bottom is to set border-bottom: 1px solid #cecece; to scheduler container.
  2. To reduce free space at right you could set scheduler.xy.scroll_width = 1.
    docs.dhtmlx.com/scheduler/api__s … other.html