#aircraft_statistics_history_pilots_resize_wrapper {
    position: absolute;
    top: 14em;
    left: 0;
    right: 0;
    bottom: 0;
}

#aircraft_statistics_history_aircraft_resize_wrapper {
    position: absolute;
    top: 14em;
    left: 0;
    right: 0;
    bottom: 0;
}

/* scrollResize sets an inline height on the scroll body to fill the wrapper,
   which overrides scrollCollapse and pins the tfoot to the bottom of the page.
   Collapsing to content keeps the footer right after the last row; the inline
   max-height still caps the body so long tables scroll. */
#aircraft_statistics_history_pilots_resize_wrapper .dt-scroll-body {
    height: auto !important;
}
#aircraft_statistics_history_aircraft_resize_wrapper .dt-scroll-body {
    height: auto !important;
}