Skip to content

Fixed scroll bug in Firefox

Prakhar Agarwal requested to merge prakhar/purr-data:moz_scroll_bug into emscripten

I have created a special case for Firefox as it does not support scrollIntoViewIfNeeded() and changed it to scrollIntoView(). Fixes #806 (closed)

Merge request reports