fix show add button when multi select active
This commit is contained in:
parent
215e418e40
commit
212576cb77
@ -32,6 +32,7 @@
|
|||||||
*ngIf="column.entities | async as entities"
|
*ngIf="column.entities | async as entities"
|
||||||
[cdkDropListData]="entities"
|
[cdkDropListData]="entities"
|
||||||
[cdkDropListEnterPredicate]="canMoveTo(column)"
|
[cdkDropListEnterPredicate]="canMoveTo(column)"
|
||||||
|
[class.multi-select-active]="selectionColumn === column"
|
||||||
[id]="column.key"
|
[id]="column.key"
|
||||||
[itemSize]="itemHeight"
|
[itemSize]="itemHeight"
|
||||||
cdkDropList
|
cdkDropList
|
||||||
|
|||||||
@ -67,6 +67,10 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
@include no-scroll-bar;
|
@include no-scroll-bar;
|
||||||
min-height: calc(100% - 36px);
|
min-height: calc(100% - 36px);
|
||||||
|
|
||||||
|
&.multi-select-active {
|
||||||
|
min-height: calc(100% - 86px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user