html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
@media (max-width:1060px)
  {
.table-responsive{
  overflow-x:scroll;
}
}