From 2b40bf9b81ed4435fa07fcba3a36aee6eb9d6389 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 28 Jul 2024 17:45:10 +0200 Subject: [PATCH] Compensate for added margin below showFirstRow --- src/back/routes/common/show-first-row/show-first-row.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/back/routes/common/show-first-row/show-first-row.tsx b/src/back/routes/common/show-first-row/show-first-row.tsx index b3b4d1b..df754c2 100644 --- a/src/back/routes/common/show-first-row/show-first-row.tsx +++ b/src/back/routes/common/show-first-row/show-first-row.tsx @@ -102,6 +102,8 @@ export async function showFirstRow({ pointer-events: none; } } + + margin-bottom: -${row_gap_px}px !important; } } }