Set max height on kanban view row so lots of cards will scroll.
This commit is contained in:
parent
7a6a5aa308
commit
061b4a676c
File diff suppressed because one or more lines are too long
|
|
@ -113,6 +113,8 @@ a.board-swimlane-toggle:focus {
|
|||
}
|
||||
|
||||
.board-task-list {
|
||||
max-height: 90vh;
|
||||
overflow-y: auto;
|
||||
min-height: 60px
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue