/* Let the rendered page determine the height, retaining scrolling on long pages. */
acawork-work-order-table #workOrderTable .p-datatable-wrapper {
  height: auto !important;
  max-height: 75vh;
}
