Currently, I am utilizing the Menu with icons
component. When clicking the button (i.e., menu), the menu items (i.e., mat-menu items) are appearing above the button, as depicted in the image below.
https://i.sstatic.net/KklDs.png
I would like the items (such as logout) to be shown below the menu button. Despite attempting to apply both margin and padding properties, I have not achieved the desired result.
You can access the code on this stackblitz link.