Skip to content

Commit

Permalink
Fixed progress bar not visible (kalkih#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Feb 6, 2019
1 parent 99da4e9 commit ef6b048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ const style = html`
left: 0; right: 0; bottom: 0;
position: absolute;
}
ha-card[group] .progress {
ha-card[group][collapse] .progress {
bottom: -2px;
height: 5px;
}
Expand Down

0 comments on commit ef6b048

Please sign in to comment.