The top grid body margin needs to be 26px plus or minus changes you’ve made to the header row height. In the example below I have a second header row of 30px for filters so the total top margin required is 26 (standard header) + 30 (my second header) = 56.
.v-grid.lowerbody .v-grid-body {
margin-top: 56px !important;
}
