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:
parent
fb7e4a7956
commit
1c200dbd0f
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
.column-resize-handle {
|
||||
background-color: #adf;
|
||||
bottom: -2px;
|
||||
bottom: -1px;
|
||||
position: absolute;
|
||||
right: -2px;
|
||||
pointer-events: none;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue