fixed loading of cards if there are more than 20 of them on one swimlane
@@ -11,7 +11,8 @@
background: #dedede;
display: flex;
flex-direction: row;
- overflow: 0;
+ overflow: auto;
+ max-height: 100%;
}
.swimlane-header-menu .swimlane-header-collapse-down {
font-size: 50%;