ldmarz / le-angular-gantt

Gantt chart component for high amount of data
MIT License
4 stars 1 forks source link

Tree is not sortable in Crome #36

Closed OlegMalyutin closed 5 years ago

OlegMalyutin commented 5 years ago

Tree is not sortable ( drag and drop is not working) in Crome but in FF work fine. May be I am doing something wrong?

OlegMalyutin commented 5 years ago

This fix sortable .gantt-label-text { float: left; } .gantt-tree-handle-button { float: left; }