Skip to content

Commit fbd3f5e

Browse files
committed
feat(boards): make droppable area full height
1 parent df716fb commit fbd3f5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/features/boards/board-task-list/board-task-list.component.scss

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@import '../../../../variables';
22

33
:host {
4+
flex-grow: 1;
45
display: flex;
56
flex-direction: column;
67
overflow: auto;

0 commit comments

Comments
 (0)