Browse Source
Merge pull request #12994 from vvlladd28/improvement/map/map-layers-max-h
Limit table content height in map layers with scroll on overflow
pull/13002/head
Igor Kulikov
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/modules/home/components/widget/lib/settings/common/map/map-layers.component.html
|
|
|
@ -23,7 +23,7 @@ |
|
|
|
<div class="tb-form-table-header-cell tb-layer-header" translate>widgets.maps.layer.layer</div> |
|
|
|
<div class="tb-form-table-header-cell tb-actions-header"></div> |
|
|
|
</div> |
|
|
|
<div *ngIf="layersFormArray().controls.length; else noLayers" class="tb-form-table-body tb-drop-list" |
|
|
|
<div *ngIf="layersFormArray().controls.length; else noLayers" class="tb-form-table-body tb-drop-list max-h-64 overflow-y-auto" |
|
|
|
cdkDropList cdkDropListOrientation="vertical" |
|
|
|
[cdkDropListDisabled]="!dragEnabled" |
|
|
|
(cdkDropListDropped)="layerDrop($event)"> |
|
|
|
|