summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2019-01-28 15:31:34 +0100
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2019-01-28 15:34:12 +0100
commitae82f43078546902e199d985a922ebf7041a4917 (patch)
tree8afd4ac868317888f2a7d611a4c89c8adc84a2fe /client
parent7cc185ac57c77be85178f92b1d01d46e20218948 (diff)
downloadwekan-ae82f43078546902e199d985a922ebf7041a4917.tar.gz
wekan-ae82f43078546902e199d985a922ebf7041a4917.tar.bz2
wekan-ae82f43078546902e199d985a922ebf7041a4917.zip
make the max height of the swimlane not too big
We should take a full screen minus the header height
Diffstat (limited to 'client')
-rw-r--r--client/components/swimlanes/swimlanes.styl2
1 files changed, 1 insertions, 1 deletions
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)