body.sticky-tables {
    overflow-x: auto;
    background-color: #f4f6f9;
}

body.sticky-tables table > thead {
    position: sticky;
    z-index: 10;
}

body.sticky-tables table tr.sticky {
    z-index: 10;
}
