浏览代码

Allow dragscrolling the board in Lists view mode

Nadav Tasher 6 月之前
父节点
当前提交
81b2bce385
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/swimlanes/swimlanes.jade

+ 1 - 1
client/components/swimlanes/swimlanes.jade

@@ -24,7 +24,7 @@ template(name="swimlane")
             +cardDetails(currentCard)
 
 template(name="listsGroup")
-  .swimlane.list-group.js-lists
+  .swimlane.list-group.js-lists.dragscroll
     if isMiniScreen
       if currentList
         +list(currentList)