Set max height on kanban view row so lots of cards will scroll.
This commit is contained in:
committed by
Frédéric Guillot
parent
7a6a5aa308
commit
061b4a676c
2
assets/css/app.min.css
vendored
2
assets/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -113,6 +113,8 @@ a.board-swimlane-toggle:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.board-task-list {
|
.board-task-list {
|
||||||
|
max-height: 90vh;
|
||||||
|
overflow-y: auto;
|
||||||
min-height: 60px
|
min-height: 60px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user