Basic menu <mat-menu> is a floating panel containing list of options. On icon menu <mat-menu> is a floating panel containing list of options. Nested menu <mat-menu> is a floating panel containing list of options. With icon menu <mat-menu> is a floating panel containing list of options. Customizing menu position New By default, the menu will display below (y-axis), after (x-axis), without overlapping its trigger. The position can be changed using the xPosition (before | after) and yPosition (above | below) attributes. The menu can be forced to overlap the trigger using the overlapTrigger attribute. Menu positioning New