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.

media.css 384B

123456789101112131415161718192021222324252627
  1. .v-view {
  2. height: 100%;
  3. width: 100%;
  4. overflow: auto;
  5. outline: none;
  6. margin-top: -1px;
  7. border-top: 1px solid transparent;
  8. position: relative;
  9. }
  10. @media print {
  11. .v-generated-body {
  12. height: auto;
  13. min-height: 20cm;
  14. overflow: visible;
  15. }
  16. .v-app {
  17. height: auto;
  18. min-height: 20cm;
  19. }
  20. .v-view {
  21. overflow: visible;
  22. }
  23. .v-gridlayout {
  24. overflow: visible !important;
  25. }
  26. }