Compensate for added margin below showFirstRow

This commit is contained in:
Kuba Orlik 2024-07-28 17:45:10 +02:00
parent 90f5ceb07d
commit 2b40bf9b81

View File

@ -102,6 +102,8 @@ export async function showFirstRow({
pointer-events: none; pointer-events: none;
} }
} }
margin-bottom: -${row_gap_px}px !important;
} }
} }
} }