Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(autocomplete): updates the z-index to account for use within side…
…nav or dialog

Closes #2202
  • Loading branch information
Robert Messerle committed Apr 8, 2015
1 parent cd1e688 commit 3cc914d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autocomplete/autocomplete.scss
Expand Up @@ -179,7 +179,7 @@ md-autocomplete {
padding: 0;
overflow: auto;
max-height: 41px * 5.5;
z-index: $z-index-backdrop - 1;
z-index: $z-index-tooltip;
li {
border-top: 1px solid #ddd;
padding: 0 15px;
Expand Down

0 comments on commit 3cc914d

Please sign in to comment.