Bläddra i källkod

make the max height of the swimlane not too big

We should take a full screen minus the header height
Benjamin Tissoires 6 år sedan
förälder
incheckning
ae82f43078
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      client/components/swimlanes/swimlanes.styl

+ 1 - 1
client/components/swimlanes/swimlanes.styl

@@ -7,7 +7,7 @@
   display: flex
   display: flex
   flex-direction: row
   flex-direction: row
   overflow: 0;
   overflow: 0;
-  max-height: 100%
+  max-height: calc(100% - 26px)
 
 
   &.placeholder
   &.placeholder
     background-color: rgba(0, 0, 0, .2)
     background-color: rgba(0, 0, 0, .2)