(css) Fix virtual-repeater scrolling bug

pull/186/head
Francis Lachapelle 2016-01-08 16:18:32 -05:00
parent b6076c9e8e
commit 5f9c87cae3
1 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,10 @@
/// virtualRepeater.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends';
md-virtual-repeat-container {
md-list {
// Fix weird scroll behavior when reaching bottom of list
// See https://github.com/angular/material/issues/4169
padding-top: 0;
}
}