Keep consistency with npm bower package v1.1.5, with all minified files removed. https://github.com/angular/bower-material/releases/tag/v1.1.5 Change-Id: I28f8b7f40452945f8ce322169d3f9acc99acb79a
52 lines
1.2 KiB
CSS
Executable File
52 lines
1.2 KiB
CSS
Executable File
/*!
|
|
* AngularJS Material Design
|
|
* https://github.com/angular/material
|
|
* @license MIT
|
|
* v1.1.5
|
|
*/
|
|
.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; }
|