소스 검색

Partial fix for scroll bar inside cardDetails

Andrés Manelli 7 년 전
부모
커밋
ac7d44f8a8
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      client/components/cards/cardDetails.styl
  2. 1 0
      client/components/swimlanes/swimlanes.styl

+ 0 - 1
client/components/cards/cardDetails.styl

@@ -2,7 +2,6 @@
 
 .card-details
   padding: 0 20px
-  height: 100%
   flex-shrink: 0
   flex-basis: 470px
   will-change: flex-basis

+ 1 - 0
client/components/swimlanes/swimlanes.styl

@@ -7,6 +7,7 @@
   display: flex
   flex-direction: row
   overflow: 0;
+  max-height: 100%
 
   &.placeholder
     background-color: rgba(0, 0, 0, .2)