2
0
Эх сурвалжийг харах

Merge pull request #5417 from LanetNetwork/fix-cards-load

fixed loading of cards if there are more than 20 of them on one swimlane
Lauri Ojansivu 1 жил өмнө
parent
commit
cead2bc00f

+ 2 - 1
client/components/swimlanes/swimlanes.css

@@ -11,7 +11,8 @@
   background: #dedede;
   background: #dedede;
   display: flex;
   display: flex;
   flex-direction: row;
   flex-direction: row;
-  overflow: 0;
+  overflow: auto;
+  max-height: 100%;
 }
 }
 .swimlane-header-menu .swimlane-header-collapse-down {
 .swimlane-header-menu .swimlane-header-collapse-down {
   font-size: 50%;
   font-size: 50%;