File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ Menus support displaying `mat-icon` elements before the menu item text.
5252
5353### Customizing menu position
5454
55- By default, the menu will display below (y-axis), after (x-axis), and overlapping its trigger.
56- The position can be changed using the ` xPosition ` (` before | after ` ) and ` yPosition `
57- (` above | below ` ) attributes. The menu can be be forced to not overlap the trigger using
58- ` [ overlapTrigger]="false" ` attribute.
55+ By default, the menu will display below (y-axis), after (x-axis), without overlapping
56+ its trigger. The position can be changed using the ` xPosition ` (` before | after ` ) and ` yPosition `
57+ (` above | below ` ) attributes. The menu can be forced to overlap the trigger using the
58+ ` overlapTrigger ` attribute.
5959
6060``` html
6161<mat-menu #appMenu =" matMenu" yPosition =" above" >
You can’t perform that action at this time.
0 commit comments