Update style on Kanban column to allow vert scroll

Update the Kanban Column to allow for vertical scroll with the screen. This makes it easier for your to scroll horizontally when you have a very big list.
It's a quick workaround that fixes user experience for users with small screens and big lists.
This commit is contained in:
Gregory Brown 2020-08-05 09:22:19 -03:00 committed by GitHub
parent 7cbda60f46
commit 2e1a49a0cf
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 {