fix: disable scrolling if there is an overlay
This commit is contained in:
parent
48bc7ca005
commit
1d79860df3
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user