.title-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-x;
  transform: translateX(0); /* Forces hardware acceleration */
}

.title-wrapper::-webkit-scrollbar {
  display: none;
}

.title {
    width: 125px;
    /* The height will be set automatically by the width hopefully */
    margin-right: 10px;
}