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

Commit

Permalink
fix(autocomplete): fixes positioning of progress bar
Browse files Browse the repository at this point in the history
Closes #3115
  • Loading branch information
Robert Messerle committed Jun 4, 2015
1 parent e9ad549 commit 85a7590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autocomplete/autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ md-autocomplete {
position: relative;
overflow: visible;
height: 40px;
md-progress-linear {
md-progress-linear[md-mode=indeterminate] {
position: absolute;
bottom: 0; left: 0; width: 100%;
height: 3px;
Expand Down

0 comments on commit 85a7590

Please sign in to comment.