nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / closure / content / content.css
1 /*!
2  * Angular Material Design
3  * https://github.com/angular/material
4  * @license MIT
5  * v0.9.8
6  */
7 /* mixin definition ; sets LTR and RTL within the same style call */
8 md-content {
9   display: block;
10   position: relative;
11   overflow: auto;
12   -webkit-overflow-scrolling: touch; }
13   md-content[md-scroll-y] {
14     overflow-y: auto;
15     overflow-x: hidden; }
16   md-content[md-scroll-x] {
17     overflow-x: auto;
18     overflow-y: hidden; }
19   md-content.autoScroll {
20     -webkit-overflow-scrolling: auto; }