style(base): nudge row drag grip past left table border

This commit is contained in:
Philipinho
2026-04-18 17:14:49 +01:00
parent 8b343d25f0
commit 9a1cbc8ea9
@@ -3,6 +3,7 @@
overflow: auto;
flex: 1;
min-height: 0;
padding-left: 6px;
}
.grid {
@@ -321,7 +322,7 @@
.rowNumberDragHandle {
position: absolute;
top: 50%;
left: 0;
left: -6px;
transform: translateY(-50%);
display: none;
align-items: center;