mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-20 17:06:25 +00:00
11 lines
315 B
SCSS
11 lines
315 B
SCSS
/// 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;
|
|
padding-bottom: 0;
|
|
}
|
|
} |