Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 3cc914d

Browse files
author
Robert Messerle
committed
fix(autocomplete): updates the z-index to account for use within sidenav or dialog
Closes #2202
1 parent cd1e688 commit 3cc914d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/autocomplete/autocomplete.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ md-autocomplete {
179179
padding: 0;
180180
overflow: auto;
181181
max-height: 41px * 5.5;
182-
z-index: $z-index-backdrop - 1;
182+
z-index: $z-index-tooltip;
183183
li {
184184
border-top: 1px solid #ddd;
185185
padding: 0 15px;

0 commit comments

Comments
 (0)