summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
Diffstat (limited to 'client/components')
-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)