angular-visjs
angular-visjs copied to clipboard
Items are overlapped on initial load of timeline
On initial load of timeline it looks like this:
After first drag or move, everything looks good.
@rpankaj have you ever managed to get around this? I'm experiencing same issue right now. Thanks
For future readers, in my case, problem was caused by overflow: visible
in .vis-item-overflow
.
Once I changed to overflow: hidden
, my problems were resolved.