div[id="ucits-fund-table-wrapper"] {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 600px) {
  div[id="ucits-fund-table-wrapper"] {
    display: block;
  }
}