Hi Marko,
Thanks for Contacting Syncfusion Support.
We suspect the reason for the issue is with scrollbar misalignment which might require a compatibility in ej2 schedule theme is not referred properly in your application. Since, we could see you are referring the normal theme ej2-schedule/styles/material.css instead of the ej2/schedule/compatibility/material.css. Therefore, we request you to refer to the proper theme files as shown below in the styles.scss file to overcome the misalignment issue.
styles.scss file:
|
@import url(../node_modules/syncfusion-javascript/Content/ej/web/material/ej.web.all.compatibility.min.css);
@import url(../node_modules/@syncfusion/ej2/schedule/compatibility/material.css);
|
We have prepared a sample with the above style reference and rendered the mentioned controls JS1 Gantt, Kanban and JS2 Schedule, which can be downloaded from the following location.
Also, we request you to refer to the below UG link to know about the Compatibility with JS2 components.
Kindly try with the above sample and suggestion and let us know if you need any further assistance on this.
Regards,
Velmurugan