td .hover-only {
  display: none;
}

tr:hover .hover-only {
  display: inline-block;
}

.overflow-x-hidden {
  overflow-x: hidden;
}