소스 검색

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 년 전
부모
커밋
cead2bc00f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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%;