Skip to content

Commit 72c807d

Browse files
grnd-altbahman
authored andcommitted
fix: grow drop-container to entire stack height
Signed-off-by: grnd-alt <git@belakkaf.net>
1 parent 0f5a79f commit 72c807d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/board/Stack.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
</NcModal>
9090

9191
<Container :get-child-payload="payloadForCard(stack.id)"
92+
class="dnd-container"
9293
group-name="stack"
9394
data-click-closes-sidebar="true"
9495
non-drag-area-selector=".dragDisabled"
@@ -366,6 +367,9 @@ export default {
366367
367368
.stack {
368369
width: 100%;
370+
.dnd-container {
371+
flex-grow: 1;
372+
}
369373
}
370374
371375
.stack__header {

0 commit comments

Comments
 (0)