Skip to content

Uses jQuery to scroll since setting document.body.scrollTop does not work in firefox

Filipa Lacerda requested to merge 34492-firefox-job into master

What does this MR do?

Replaces vanilla with jQuery to control scroll because document.body.scrollTop does not work the same in all browsers, same goes for checking if the scroll is at the bottom. With jQuery it works the same in all browsers.

$().scrollTop covers support for all browsers

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #34492 (closed)

Edited by Filipa Lacerda

Merge request reports