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.
52
52
53
53
### Customizing menu position
54
54
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.
59
59
60
60
``` html
61
61
<mat-menu #appMenu =" matMenu" yPosition =" above" >
You can’t perform that action at this time.
0 commit comments