Angular material menu (https://material.angular.io/components/menu/overview) overlaps the main menu when sub menu opens. Is there any way i can start the submenu from bottom of my menu button?
I have tried setting css in global css however it gets applied to respective sub menus as well.
.cdk-overlay-pane {margin-top: 40px;} This doesn't work.
Please let me know if anyone has solution.
Thanks.