summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.css')
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.css
new file mode 100644
index 00000000..2909004d
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.css
@@ -0,0 +1,20 @@
+/*!
+ * Angular Material Design
+ * https://github.com/angular/material
+ * @license MIT
+ * v0.9.8
+ */
+/* mixin definition ; sets LTR and RTL within the same style call */
+md-content {
+ display: block;
+ position: relative;
+ overflow: auto;
+ -webkit-overflow-scrolling: touch; }
+ md-content[md-scroll-y] {
+ overflow-y: auto;
+ overflow-x: hidden; }
+ md-content[md-scroll-x] {
+ overflow-x: auto;
+ overflow-y: hidden; }
+ md-content.autoScroll {
+ -webkit-overflow-scrolling: auto; }