Add link to toggle column scrolling in board view

This commit is contained in:
Patrick Yates
2020-10-05 07:57:34 +11:00
committed by GitHub
parent ee842bf509
commit 8322876d8e
40 changed files with 170 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -113,9 +113,12 @@ a.board-swimlane-toggle:focus {
}
.board-task-list {
min-height: 60px
}
.board-task-list-compact {
max-height: 90vh;
overflow-y: auto;
min-height: 60px
}
.board-task-list .task-board:last-child {