.table-responsive {
        display: block;
        width: 100%;
      }

      @media (max-width:768px) {
        .table-responsive {
          overflow-x: auto;
          white-space: nowrap;
          -webkit-overflow-scrolling: touch
        }
      }