mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-4985] Resolved minor issues where switching between tabs could sometime cause the tab content to not show up
This commit is contained in:
committed by
Jatin_Chugh
parent
5574aef240
commit
a00375ad10
+5
@@ -17,4 +17,9 @@ adf-search-filter-tabbed {
|
|||||||
.mat-ink-bar {
|
.mat-ink-bar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mat-tab-body.mat-tab-body-active .mat-tab-body-content {
|
||||||
|
display: block;
|
||||||
|
visibility: visible !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user