From 2e1a49a0cf94a6c687f30038781bf7cef2f91f55 Mon Sep 17 00:00:00 2001 From: Gregory Brown Date: Wed, 5 Aug 2020 09:22:19 -0300 Subject: [PATCH] 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. --- resources/views/tasks/kanban.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/tasks/kanban.blade.php b/resources/views/tasks/kanban.blade.php index 5e13a1990229..1788c9ad3926 100644 --- a/resources/views/tasks/kanban.blade.php +++ b/resources/views/tasks/kanban.blade.php @@ -30,6 +30,8 @@ vertical-align: top; white-space: normal; cursor: pointer; + max-height:70vh; + overflow-y: scroll; } .kanban-column-last {