fix(table-hover): adjust row height to prevent unexpected scrollbar on hover (#1124)

fix: Hover table style height error causing scrollbar to appear #1108
This commit is contained in:
极地
2025-05-16 23:26:05 +08:00
committed by GitHub
parent fb7e4a7956
commit 1c200dbd0f

View File

@ -47,7 +47,7 @@
.column-resize-handle { .column-resize-handle {
background-color: #adf; background-color: #adf;
bottom: -2px; bottom: -1px;
position: absolute; position: absolute;
right: -2px; right: -2px;
pointer-events: none; pointer-events: none;