body {
    display: flex;
    min-height: 100vh;
}

.t-records {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.uc-custom-footer div {
    margin-top: auto;
}