From 981a230b14f0ec9fb31a72d0c9e6627e1f3d2bb5 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 20 Jan 2021 21:58:28 +0100 Subject: [PATCH] Fix kanban board slightly scrolling --- src/styles/components/kanban.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/kanban.scss b/src/styles/components/kanban.scss index 48a4972ef..e760d9605 100644 --- a/src/styles/components/kanban.scss +++ b/src/styles/components/kanban.scss @@ -3,7 +3,7 @@ $task-background: $white; $ease-out: all .3s cubic-bezier(0.23, 1, 0.32, 1); $bucket-width: 300px; -$crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 1em - 1.5em - 8px'; +$crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 1em - 1.5em - 11px'; .app-content.list\.kanban { padding-bottom: 0;