소스 검색

Merge pull request #3563 from mfilser/master

Mobile View, list header is now always at top and only lists/cards view have a scroll area
Lauri Ojansivu 4 년 전
부모
커밋
c4cc3f176e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      client/components/lists/list.styl

+ 2 - 1
client/components/lists/list.styl

@@ -180,7 +180,8 @@
     border-bottom: 1px solid darken(white, 20%)
 
   .list
-    display: block
+    display: contents
+    flex-basis: auto
     width: 100%
     border-left: 0px
     &:first-child