/* remove minimum height for autoheight in AgGrid */
.ag-center-cols-viewport {
    min-height: unset !important;
} 