.stickyheader {
    position: sticky;
    top: 0;
}

.stickyheader:before,
.stickyheader:after {
    content: '';
    display: table;
}