Set max height on kanban view row so lots of cards will scroll.

This commit is contained in:
Slade Price 2019-12-03 13:48:56 -07:00 committed by Frédéric Guillot
parent 7a6a5aa308
commit 061b4a676c
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -113,6 +113,8 @@ a.board-swimlane-toggle:focus {
}
.board-task-list {
max-height: 90vh;
overflow-y: auto;
min-height: 60px
}