00a912388172c5639811b8048290a0037a4bc4e5
[vnfsdk/refrepo.git] /
1 /*!
2  * Angular Material Design
3  * https://github.com/angular/material
4  * @license MIT
5  * v1.1.3
6  */
7 md-content {
8   display: block;
9   position: relative;
10   overflow: auto;
11   -webkit-overflow-scrolling: touch; }
12   md-content[md-scroll-y] {
13     overflow-y: auto;
14     overflow-x: hidden; }
15   md-content[md-scroll-x] {
16     overflow-x: auto;
17     overflow-y: hidden; }
18   @media print {
19     md-content {
20       overflow: visible !important; } }