From 553fd54f787045bee7313fc93e675c149a5af10a Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 26 Feb 2022 14:39:25 +0100 Subject: [PATCH] fix(kanban): background content scrolling when opening a task --- src/views/list/ListKanban.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/list/ListKanban.vue b/src/views/list/ListKanban.vue index 639a6ecb..d25a0af4 100644 --- a/src/views/list/ListKanban.vue +++ b/src/views/list/ListKanban.vue @@ -616,7 +616,7 @@ $crazy-height-calculation-tasks: '#{$crazy-height-calculation} - 1rem - 2.5rem - $filter-container-height: '1rem - #{$switch-view-height}'; // FIXME: -.app-content.list\.kanban { +.app-content.list\.kanban, .app-content.task\.detail { padding-bottom: 0 !important; }