make the max height of the swimlane not too big

We should take a full screen minus the header height
This commit is contained in:
Benjamin Tissoires 2019-01-28 15:31:34 +01:00
parent 7cc185ac57
commit ae82f43078

View file

@ -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)