.imagePreview {
  position: absolute;
  right: 100%;
  z-index: 999999;
  padding: 12px;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.imagePreview img {
  display: block;
  width: 40vw;
  height: auto;
}

.js-copy-row {
  margin-left: 5px;
  font-size: 11px;
  color: #fff;
  background: #2271b1;
  padding: 4px 10px;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #2271b1;
}

.js-copy-row:hover, 
.active-layout .js-copy-row {
  background: #fff;
  border: 1px solid #2271b1;
  color: #2271b1;
}