Browse Source

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 year ago
parent
commit
cead2bc00f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      client/components/swimlanes/swimlanes.css

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

@@ -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%;