# Settings ```html <md-menu y-position="above" x-position="before" #menuTheme="mdMenu"> <button md-menu-item *ngFor="let theme of settings.themes.material" (click)="clickChangeTheme(theme)" > {{ i18n.themes.material[theme] }} </button> </md-menu> ``` # Expected To be on above. # Bug - in image You can see it is below.  #### Which versions of Angular, Material, OS, browsers are affected? #### Is there anything else we should know?