mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
Currently when hovering on an emoji it will focus it, which makes the browser by default scroll down or up to include the entirity of the focused element. This corects the scrollTop to what it was before the focus event adjusted the scroll position. This is a follow-up to #6869.