From ae82f43078546902e199d985a922ebf7041a4917 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Mon, 28 Jan 2019 15:31:34 +0100 Subject: make the max height of the swimlane not too big We should take a full screen minus the header height --- client/components/swimlanes/swimlanes.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/components/swimlanes/swimlanes.styl') diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl index 406fe1d3..77a7a413 100644 --- a/client/components/swimlanes/swimlanes.styl +++ b/client/components/swimlanes/swimlanes.styl @@ -7,7 +7,7 @@ display: flex flex-direction: row overflow: 0; - max-height: 100% + max-height: calc(100% - 26px) &.placeholder background-color: rgba(0, 0, 0, .2) -- cgit v1.2.3-1-g7c22