(js) Fix sg-avatar-image with md-virtual-repeat

This commit is contained in:
Francis Lachapelle
2016-01-14 14:45:50 -05:00
parent 936f6cb073
commit 491f8b4f2a
6 changed files with 81 additions and 57 deletions
@@ -6,5 +6,6 @@ md-virtual-repeat-container {
// Fix weird scroll behavior when reaching bottom of list
// See https://github.com/angular/material/issues/4169
padding-top: 0;
padding-bottom: 0;
}
}