If there is a filter header row, you might want to exclude it by adding css not() rule for the filter row.
:not(.pq-grid-header-search-row) > .pq-grid-col>.pq-td-div{
position: absolute;
left:4px;
/*bottom:4px;*/
bottom:calc(50% - 9px);
width:calc(100% - 8px);
}