<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>
To be on above.
You can see it is below.
