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

Commit 85a7590

Browse files
author
Robert Messerle
committed
fix(autocomplete): fixes positioning of progress bar
Closes #3115
1 parent e9ad549 commit 85a7590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/autocomplete/autocomplete.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ md-autocomplete {
6868
position: relative;
6969
overflow: visible;
7070
height: 40px;
71-
md-progress-linear {
71+
md-progress-linear[md-mode=indeterminate] {
7272
position: absolute;
7373
bottom: 0; left: 0; width: 100%;
7474
height: 3px;

0 commit comments

Comments
 (0)