diff --git a/client/components/swimlanes/swimlanes.css b/client/components/swimlanes/swimlanes.css index 3bf36b2b8..39aa42031 100644 --- a/client/components/swimlanes/swimlanes.css +++ b/client/components/swimlanes/swimlanes.css @@ -47,8 +47,7 @@ display: flex; flex-direction: row; overflow: 0; - /* max-height: calc(100% - 26px); */ - max-height: calc(400px); + max-height: calc(100% - 26px); } .swimlane.placeholder { background-color: rgba(0,0,0,0.2);