.scrollable {
  width: 100%;
}

.scroll-hint-icon {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50% !important;
  z-index: 1;
}

.table-wrap {
  width: 100%;
  min-width: 850px;
  position: relative;
  z-index: 1;
}

.scroll-hint-icon {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50% !important;
  z-index: 1;
}
