浏览代码

make the max height of the swimlane not too big

We should take a full screen minus the header height
Benjamin Tissoires 6 年之前
父节点
当前提交
ae82f43078
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/swimlanes/swimlanes.styl

+ 1 - 1
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)