.GridRow_headerCell {
    border: none !important;
    outline: 1px solid var(--bs-border-color); /* borders are not rendered on sticky cells with z index in Chrome and some other browsers */
    position: sticky;
    top: calc(var(--MainToolbar_height) - 1px);
    z-index: 10;
}
