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"
|
||||
[cdkDropListData]="entities"
|
||||
[cdkDropListEnterPredicate]="canMoveTo(column)"
|
||||
[class.multi-select-active]="selectionColumn === column"
|
||||
[id]="column.key"
|
||||
[itemSize]="itemHeight"
|
||||
cdkDropList
|
||||
|
||||
@ -67,6 +67,10 @@
|
||||
overflow-y: auto;
|
||||
@include no-scroll-bar;
|
||||
min-height: calc(100% - 36px);
|
||||
|
||||
&.multi-select-active {
|
||||
min-height: calc(100% - 86px);
|
||||
}
|
||||
}
|
||||
|
||||
.item {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user