Border of the Gantt

Hi there,
I need to custom the border this layout of the gantt ( i need css border-radius this border )
Is there anyway to do this issue?
Thanks.

Hi @longhai,
In order to do this, you should apply CSS rules to the .gantt_container class, which may look like this code:

  .gantt_container {
  	border-radius: 20px !important;
  }

Here is a demo(check HTML tab):
http://snippet.dhtmlx.com/999f94d07

1 Like

Yup, thank you @Siarhei.

Have a good day man ^^.