Bars render below problem

Hello,

The bars render below the rows, picture shown below. Any idea what is wrong and how to change it? I followed the angularjs example up to “Linking to a Scope” section here: dhtmlx.com/blog/gantt-chart-ang … tmlxgantt/

Picture of problem:
[url]https://drive.google.com/file/d/0BxjQ9F8xFckKeFYwTGJRYVg1cEE/view?usp=sharing[/url]

Thanks,
-Ken

Found the problem. I had CSS body * {position:relative;} in my global CSS which was causing conflicts. Removing that removed the problem.