From 1c200dbd0f23ac4303aeb3fa5c85e786f5d84e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=81=E5=9C=B0?= Date: Fri, 16 May 2025 23:26:05 +0800 Subject: [PATCH] fix(table-hover): adjust row height to prevent unexpected scrollbar on hover (#1124) fix: Hover table style height error causing scrollbar to appear #1108 --- apps/client/src/features/editor/styles/table.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/editor/styles/table.css b/apps/client/src/features/editor/styles/table.css index 19a1029b..7d02ef03 100644 --- a/apps/client/src/features/editor/styles/table.css +++ b/apps/client/src/features/editor/styles/table.css @@ -47,7 +47,7 @@ .column-resize-handle { background-color: #adf; - bottom: -2px; + bottom: -1px; position: absolute; right: -2px; pointer-events: none;