diff --git a/src/App.vue b/src/App.vue
index 44fdd18a..3228949d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -216,10 +216,13 @@
diff --git a/src/styles/components/kanban.scss b/src/styles/components/kanban.scss
index d014776d..11fed82b 100644
--- a/src/styles/components/kanban.scss
+++ b/src/styles/components/kanban.scss
@@ -4,6 +4,10 @@ $ease-out: all .3s cubic-bezier(0.23, 1, 0.32, 1);
$crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 1em - 1.5em - 8px';
+.app-content.list\.kanban {
+ padding-bottom: 0;
+}
+
.kanban {
display: flex;