Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete menu hidden by dialog #1190

Closed
woodcoder opened this issue Nov 21, 2017 · 4 comments
Closed

Autocomplete menu hidden by dialog #1190

woodcoder opened this issue Nov 21, 2017 · 4 comments

Comments

@woodcoder
Copy link

In 1.0.0-beta-4 the md-autocomplete menu appears behind the md-dialog.

Workaround is to style the dialog with z-index: 50.

@Samuell1
Copy link
Member

Duplicated #1149

@Maseline
Copy link

Maseline commented Oct 3, 2019

Hey, still facing this issue, using 1.0.0-beta-10.2, z-index fix not working for me, md-autocomplete options not displayed in dialog, any solutions?

@Rapol
Copy link

Rapol commented Oct 14, 2019

Same issue for me on 1.0.0-beta-11, using autocomplete inside md-dialog-content. I was able to fix it by doing

<style lang="scss">
  .md-menu-content {
    z-index: 11;
  }
</style>

Note the scss is not scoped since the dropdown is inserted in the body

@Mashiane
Copy link

Thanks Rapol, just picked this issue up also just now, your advise helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants