.is-sticky {
position: sticky;
top: 0;
z-index: 10;
}
body.vector-sticky-header-visible .is-sticky {
top: 3.125rem;
}
.is-sticky-head > thead {
position: sticky;
top: 0;
z-index: 10;
}
body.vector-sticky-header-visible .is-sticky-head > thead {
top: 3.125rem;
}