UNPKG

angular-material-npfixed

Version:

The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M

52 lines (49 loc) 1.26 kB
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.1.7 */ .md-virtual-repeat-container { box-sizing: border-box; display: block; margin: 0; overflow: hidden; padding: 0; position: relative; } .md-virtual-repeat-container .md-virtual-repeat-scroller { bottom: 0; box-sizing: border-box; left: 0; margin: 0; overflow-x: hidden; padding: 0; position: absolute; right: 0; top: 0; -webkit-overflow-scrolling: touch; } .md-virtual-repeat-container .md-virtual-repeat-sizer { box-sizing: border-box; height: 1px; display: block; margin: 0; padding: 0; width: 1px; } .md-virtual-repeat-container .md-virtual-repeat-offsetter { box-sizing: border-box; left: 0; margin: 0; padding: 0; position: absolute; right: 0; top: 0; } .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller { overflow-x: auto; overflow-y: hidden; } .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter { bottom: 16px; right: auto; white-space: nowrap; } [dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter { right: auto; left: auto; }