:host {
  display: block;
}
.draggable {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  background-color: #fff;
  border: 2px solid #000;
  padding: 5px;
}
table,
th,
td {
  border: 1px solid #000;
}
