bvaughn/planner

Planner (canvas) should support max-height and panning

bvaughn opened this issue · 1 comments

Currently, a Planner chart grows as needed to show all of the rows. This works well for small plans but large ones can get very tall (taller than the viewport). We should support a max-height prop and vertical panning for the overflow.

Closed via #37