I got a simple custom dialog created with a <kendo-dialog> inside a component. The overlay works great and fills all the screens, except the matSideNav with Menu. The width of the overlay = screen wide.;
I tried to change z-Index of the k-overlay, but nothing works.
The only thing that works is using the Kendo Dialog Service with the outside of the nav container
<div kendoDialogContainer></div>
Any ideas?