Skip to content

i expected to be above on the bottom, but shows below #2758

@ghost

Description

Settings

  <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.
image

Which versions of Angular, Material, OS, browsers are affected?

Is there anything else we should know?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions