diff --git a/src/styles/components/kanban.scss b/src/styles/components/kanban.scss index 99389f4ed..5d8454cd5 100644 --- a/src/styles/components/kanban.scss +++ b/src/styles/components/kanban.scss @@ -17,8 +17,6 @@ $filter-container-height: '1rem - #{$switch-view-height}'; .kanban { - display: flex; - align-items: flex-start; overflow-x: auto; overflow-y: hidden; height: calc(#{$crazy-height-calculation}); @@ -28,6 +26,11 @@ $filter-container-height: '1rem - #{$switch-view-height}'; @media screen and (max-width: $tablet) { height: calc(#{$crazy-height-calculation} - #{$filter-container-height}); } + + &-bucket-container { + display: flex; + align-items: flex-start; + } .bucket { background-color: $bucket-background; diff --git a/src/views/list/views/Kanban.vue b/src/views/list/views/Kanban.vue index b248bd0e3..45a9b9d8f 100644 --- a/src/views/list/views/Kanban.vue +++ b/src/views/list/views/Kanban.vue @@ -16,148 +16,164 @@ v-model="params" /> -
-
+ -
- + -
- - - - - -
- + +