diff --git a/files/assets/js/emoji_modal.js b/files/assets/js/emoji_modal.js index 9a091e1c2..9b5c349c4 100644 --- a/files/assets/js/emoji_modal.js +++ b/files/assets/js/emoji_modal.js @@ -483,6 +483,7 @@ function speed_carot_navigate(event) select_items[emoji_index].classList.remove("selected"); modal_keybinds[event.key](); select_items[emoji_index].classList.add("selected"); + select_items[emoji_index].scrollIntoView({inline: "end", block: "nearest"}); event.preventDefault(); } }