fix: disable scrolling if there is an overlay
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| <section class="mat-elevation-z8 table-section" tabindex="0"> | <section class="mat-elevation-z8 table-section" tabindex="0" [style.overflow]="(dataSource.length === 0 || isLoad ? 'hidden' : 'auto')"> | ||||||
|   @if (dataSource.length === 0 || isLoad) { |   @if (dataSource.length === 0 || isLoad) { | ||||||
|     <div class="overlay"> |     <div class="overlay"> | ||||||
|       @if (isLoad) { |       @if (isLoad) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user