Explorar o código

make the max height of the swimlane not too big

We should take a full screen minus the header height
Benjamin Tissoires %!s(int64=6) %!d(string=hai) anos
pai
achega
ae82f43078
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)