Merge pull request #3966 from bugzbrown/patch-1

Update Kanban column to allow vertical scroll
This commit is contained in:
David Bomba 2020-08-05 23:04:34 +10:00 committed by GitHub
commit 266abc8dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,8 @@
vertical-align: top; vertical-align: top;
white-space: normal; white-space: normal;
cursor: pointer; cursor: pointer;
max-height:70vh;
overflow-y: scroll;
} }
.kanban-column-last { .kanban-column-last {