mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	tippy: Place message reaction tooltip at bottom.
This doesn't hide the message content and other reactions.
This commit is contained in:
		@@ -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");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user