please follow the steps to reproduce this :)
Steps to reproduce the behavior:
Confirmed

The display of the objects is handled by a List component of third party library "react-virtualized" ,now I am just confused if we can fix this .I will try with a dummy list using "react-virtaulised" package in codesandox or locally ,to check if the issuse still persists when we change the height of list.If the issue still remains ,there's nothing much to be done .
ps : I am new to opensource;And this is repo is huge so I may have missed something
It could be a react-virtualized issue, https://github.com/bvaughn/react-virtualized/issues/1533, seems pretty similar to what we have at GDevelop 馃.
@TheGemDev @4ian I have come up with a work around for this. Though it uses react-dom to fetch some information directly from the DOM. If that isn't an issue then I'll open a PR with the changes.
Open the PR and we'll see directly in the code :)
Most helpful comment
It could be a react-virtualized issue, https://github.com/bvaughn/react-virtualized/issues/1533, seems pretty similar to what we have at GDevelop 馃.