tippy: Place message reaction tooltip at bottom.

This doesn't hide the message content and other reactions.
This commit is contained in:
Aman Agrawal
2021-04-08 09:28:45 +00:00
committed by Tim Abbott
parent 0fd5bf49d6
commit 265cc17c6e

View File

@@ -45,6 +45,7 @@ export function initialize() {
// message reaction tooltip showing who reacted.
delegate("body", {
target: ".message_reaction",
placement: "bottom",
onShow(instance) {
const elem = $(instance.reference);
const local_id = elem.attr("data-reaction-id");