div:has(>*>.ag-root-wrapper) {
    height: 50rem;
    max-height: 50dvh;
    z-index: 0;
}

.ag-pinned-left-cols-container [col-id="ag-Grid-SelectionColumn"] .ag-cell-wrapper,
.ag-pinned-left-header [col-id="ag-Grid-SelectionColumn"] {
    justify-content: center;

    .ag-cell-value,
    .ag-header-cell-comp-wrapper {
        max-width: max-content;
    }
}