Subscale css property BUG!

There us a BUG when you set the css property. If the css class has background color the bottom border gets hidden (? behind the color ? )

The solution i found is to use the following fix:

.gantt_container .gantt_task .gantt_task_scale .gantt_scale_line:last-child .gantt_scale_cell { border-bottom: 1px solid #cecece;

}

Hello,
Thank you for sharing that information.
I added that in our tracker and it will be fixed in the future.