mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
60ce3d24fa
This fix uses direct `scrollTop` manipulation instead of `scrollIntoView` when we are certain we actually want the bottom of the screen. This avoids a range of issues especially in safari but also chrome where the scroll position was not correct at the end of `scrollIntoView`, especially due to images.