@media print {
  body:not(.is--printingNotes) #noteApp {
    display: none;
  }

  html,
  body {
    background-color: transparent !important;
  }
  .hideonprint {
    display: none !important;
  }
}

body.is--printingNotes main {
  display: none;
}
body.is--printingNotes ._editor {
  overflow: visible !important;
}

body.is--printingNotes ._user-notes {
  --padding: 0px !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: auto !important;
}

body.is--printingNotes ._user-notes-header {
  display: none !important;
}

body.is--printingNotes .md-editor-preview-wrapper {
  overflow: visible !important;
}

@page {
  margin: 1cm;
}
