Row Move functionality works incorrect

Tags: #<Tag:0x00007f8b25ad37b8>

Hi,
Move row to latest position is impossible on reconstructed HTML/CSS structure.
https://jsfiddle.net/3v6mzLr5/10/

Hi @lukasz.zablocki.lz1

Thank you for pointing that out. It seems that the issue happens when we have overflow: auto parameter present and when the viewport height is lower than the height specified in div which is a parent to the Handsontable container. I already reported it as an issue on our GitHub, you can track its status here:

Hi @lukasz.zablocki.lz1

I have a quick update, we just released Handsontable v12.4.0 where the following issue is fixed. Thank you again for reporting!