[ACS-4985] Resolved minor issues where switching between tabs could sometime cause the tab content to not show up

This commit is contained in:
swapnil.verma
2023-07-27 11:14:48 +05:30
committed by Jatin_Chugh
parent 5574aef240
commit a00375ad10
@@ -17,4 +17,9 @@ adf-search-filter-tabbed {
.mat-ink-bar {
display: none;
}
.mat-tab-body.mat-tab-body-active .mat-tab-body-content {
display: block;
visibility: visible !important;
}
}