Merge pull request #12075 from maxunbearable/fix/4945-image-gallery-no-scroll

Fixed Scroll and pagination buttons are absent, SCADA/Image table
This commit is contained in:
Andrew Shvayka 2024-11-20 14:08:49 +01:00 committed by GitHub
commit 3decc4fc35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,7 +132,7 @@
</button>
</div>
</mat-toolbar>
<div *ngIf="mode === 'list'" class="flex flex-1 flex-col">
<div *ngIf="mode === 'list'" class="flex flex-1 flex-col min-h-0">
<div class="table-container flex-1">
<table mat-table [dataSource]="dataSource" [trackBy]="trackByEntity"
matSort [matSortActive]="pageLink.sortOrder.property" [matSortDirection]="pageLink.sortDirection()" matSortDisableClear>