Skip to content

fix lazy load firefox

Mael Gaonach requested to merge fix-lazy-load-firefox into main

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.

Merge request reports

Loading