You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
436 B

  1. /*!
  2. * Angular Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v1.1.1
  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; } }