fix lazy load firefox
There was an issue with the lazy loading in firefox where the scrollable parent was incorrectly detected because some div had a scrollHeight
2px bigger than it's clientHeight
even though it was not scrollable.
I added a margin for detection to ignore that case.