domPDF not rendering

by Preservin

HTML

<div class="span10 journal_pages" style="margin-left:40px;">
				<div class="page_1 page_nr">
			<div class="area number_right">1</div>
						<div class="area pg_1_4x4 closed"><div class="draggable ui-draggable ui-draggable-handle" style="z-index: 10; position: relative;"><div class="___1_4x4">Kyte.ee OÜ</div></div></div>
		</div>
		</div>

CSS

/*            */
/* DRAGGABLES */
/*            */
/*------------*/

.journal_pages {
    overflow-y: scroll;
    height: 600px;
}
.ads_stories {
  width: 140px;
}
.draggable {
  line-height: 0px;
  cursor: pointer;
  z-index: 20;
}
.tooltip-inner {
  line-height: 10px;
  z-index: 999 !important;
}
.story_pages .draggable, .ad_pages .draggable {
  display: inline-block;
  margin: 1px;
}
.story_sequence {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
.draggable div:first-child {
  background:url("https://test.myyt.ee/images/layout/ads.png");
  display:inline-block;
  background-repeat:no-repeat;

  font-size: 10px;
  line-height: 10px;
  position: relative;
  left: 1px;
}
.draggable span {
  padding: 5px;
}
.tooltip {
  z-index: 999 !important;
}
.draggable [class*="kaas"] {
  width:78px;
  height:118px;
  float:none;
}
[class*="__1"] {background-position:-240px -120px !important;}
[class*="__-1"] {background-position:-320px -120px !important;}
[class*="__2"] {background-position:-400px -120px !important;}
[class*="__-2"] {background-position:-480px -120px !important;}

.draggable .__8x4 {
  width:158px;
  height:118px;
  float:none;
  background-position:0 0 !important;
}

.draggable [class*="4x4"]{
  width:78px;
  height:118px;
  float:none;
}
.__4x4 {background-position:0 -120px !important;}
._1_4x4 {background-position:-80px -120px !important;}
._17_4x4 {background-position:-160px -120px !important;}

.draggable [class*="4x2"] {
  width:78px;
  height:58px;
}
.__4x2 {background-position:0 -240px !important;}
._1-9_4x2 {background-position:-80px -240px !important;}
._17-25_4x2 {background-position:-160px -240px !important;}
._1-17_4x2 {background-position:-240px -240px !important;}
._9-25_4x2 {background-position:-320px -240px !important;}
._1_4x2 {background-position:-400px -240px !important;}
._9_4x2 {background-position:-480px -240px !important;}
._17_4x2 {background-position:-560px...