/* Жёстко фиксируем header */
#allrecords .t-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 99999;
}

/* иногда внутри ещё обёртка */
#allrecords .t-header__wrap {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
}