/* ensure entire component fits into the screenshot canvas */
.html2canvas-container {
  width: 10000px !important;
  height: 10000px !important;
}
