When I drag to move a row the ‘guideline’ (I believe it’s called, from looking at the source) is offSet by too much. As I move further down the rows the problem becomes worse.
I recommend keeping the border but change their colors. In Handsontable we attach the bottom and right (not all) border to a cell and those values are taken into calculations by Handsontable.
If you would switch to the default borders you should get the moving shadows working well.
Sorry for the delay in getting back to you on this. I’ve added borders back in and am coloring them dependent on state. It’s imperfect, for example multi-cell select now looks like this, it would have been white borders inside but i’m setting the blue myself. White borders looked bad and this isn’t much better.
That said, this still hasn’t fixed my guideline. I don’t think i’m setting any heights, padding or additional borders in the handsontable element. Could you perhaps call out a few tags I could explicitly inspect that guide the drag guideline @aleksandra_budnik?
With the rowHeight=23px setting mentioned previously my seem to have a 22px height. font-size is 12px tds also have 22px height, 21px line height. All seemingly coming from HOT itself.
Those pixel values are considered a default. Maybe you use some CSS transform or a browser/system ZOOM?
If you use a system/browser zoom this demo https://handsontable.com/docs/8.3.1/demo-moving.html would behave the same. With transform added to a table CSS you’d need to do some digging. Maybe there’s a CSS framework involved in the process?