Browse Source

Mobile View, list header is now always at top and only lists/cards view have a scroll area

Martin Filser 4 years ago
parent
commit
f852474b56
1 changed files with 2 additions and 1 deletions
  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%)
     border-bottom: 1px solid darken(white, 20%)
 
 
   .list
   .list
-    display: block
+    display: contents
+    flex-basis: auto
     width: 100%
     width: 100%
     border-left: 0px
     border-left: 0px
     &:first-child
     &:first-child