.yoko-scroll {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
  }
  .yoko-scroll::-webkit-scrollbar {
    display: none;
  }
  #info_table_scroll{
    background: rgb(255, 255, 255);
    border: solid 2px #000000;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    position: fixed;
    bottom: 0;
    font-weight: bold;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    white-space: nowrap;
  }
  #info_table_scroll.active{
    display: block;
  }