如果模式打开,如何禁用角度材质菜单
我使用角度材质菜单作为标题菜单。 它是嵌套菜单,悬停时打开。有一个代码链接。 https:// stackblitz.com/edit/mat-nested-menu-yclrmd?embed=1&file=app/nested-menu-example.html 当我打开角度材料对话框时,组件标题也处于活动状态,我可以悬停并路由到其他组件。我知道这是 z-index 的错。但如果 z-index 不是 1050,则菜单在悬停和 mat-menus 打开和关闭时不起作用。
I use angular material menu, for header menu.
It is nested menu and open on hover. There is a link of code.
https://stackblitz.com/edit/mat-nested-menu-yclrmd?embed=1&file=app/nested-menu-example.html
when I open angular material dialog component header is also active and I can on hover and route to other component. I know this is the fault of the z-index. But if z-index will not be 1050, then menu does not work on hover and mat-menus open and close.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在styles.css中调整overlaycontainer的z-index
Adjust the z-index of the overlaycontainer in your styles.css