.disable-dbl-tap-zoom {
    touch-action: manipulation;
  }

  * { touch-action: manipulation; }

#myTable.dataTable thead tr,
#myTable.dataTable thead th {
  background-color: var(--color-base-200) !important;
}
