I have an application with multiple tabs on it. Since upgrading progress packages as well as Angular 12, the tabs display on a higher zindex as the application causing the tabs to bleed into dialog boxes that are shown. Is this a bug?
1 Answer, 1 is accepted
0
Ivo
Telerik team
answered on 05 Nov 2021, 08:34 AM
Hi Paul,
This behavior is not a bug. It is caused by some CSS rules that are needed for the overall styling and functionality of the Tabstrip component.
We do not recommend nesting the Dialog component in the Tabstrip component. But if it needs to be done that way the following CSS code can be used as a workaround (it can be seen in action in this Stackblitz example):