Split task schedule overlaps

I have a question. I used the job splitting attribute. However, if the schedule overlaps as shown in the image, the tasks overlap. Is there a good way to differentiate between overlapping tasks?

Hello Seungmin,
That feature would at least creating different heights for the task rows. For now, there is no good way for that. In the 7.1 version, the dev team will add a way to set different heights for the task rows, so, you will be able to implement a solution to show overlapping tasks in a different position.

I have the following snippets where Gantt modifies the appearance of overlapping tasks. That can help you in creating a custom solution.
https://snippet.dhtmlx.com/5/9ba1b4fe9
https://snippet.dhtmlx.com/5/4f53b734b

Hello Seungmin,
The dev team added the feature to set different heights for the task rows:
https://docs.dhtmlx.com/gantt/desktop__resizing_rows.html
You can check how it works in the following sample:
https://docs.dhtmlx.com/gantt/samples/02_extensions/28_row_resize.html