Guest User

Untitled

a guest
Mar 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. @media print {
  2. body {
  3. position: static;
  4. overflow: initial;
  5. }
  6. ion-nav {
  7. overflow: initial !important;
  8. }
  9. .scroll-content {
  10. position: relative;
  11. overflow:visible!important;
  12. }
  13. ion-header {
  14. display: none !important;
  15. }
  16. header nav, footer {
  17. display: none;
  18. }
  19. button {
  20. display: none !important;
  21. }
  22. .pane {
  23. position: initial;
  24. }
  25. p a {
  26. word-wrap: break-word;
  27. }
  28. .app-root, .ion-page, ion-app, ion-nav, ion-tab, ion-tabs {
  29. contain: none;
  30. }
  31. img {
  32. page-break-inside: avoid;
  33. }
  34. }
Add Comment
Please, Sign In to add comment