diff --git a/src/views/list/ListKanban.vue b/src/views/list/ListKanban.vue index 7591d8da7..639a6ecbb 100644 --- a/src/views/list/ListKanban.vue +++ b/src/views/list/ListKanban.vue @@ -663,11 +663,12 @@ $filter-container-height: '1rem - #{$switch-view-height}'; position: relative; margin: 0 $bucket-right-margin 0 0; - max-height: 100%; + max-height: calc(100% - 1rem); // 1rem spacing to the bottom min-height: 20px; width: $bucket-width; display: flex; flex-direction: column; + overflow: hidden; // Make sure the edges are always rounded .tasks { overflow: hidden auto;