streams_nav: Use tippy for tooltip.

Tippyjs automatically places it to right, placement can change to
bottom if there is no space available to right.
This commit is contained in:
Aman Agrawal
2021-02-25 03:31:10 +00:00
committed by Tim Abbott
parent 910ceebfc1
commit 52eeb7bc68
2 changed files with 3 additions and 7 deletions

View File

@@ -323,10 +323,6 @@ export function initialize_kitchen_sink_stuff() {
timerender.set_full_datetime(message, time_elem);
});
$("#streams_header h4").tooltip({placement: "right", animation: false});
$('#streams_header i[data-toggle="tooltip"]').tooltip({placement: "left", animation: false});
$('.message_failed i[data-toggle="tooltip"]').tooltip();
$('.copy_message[data-toggle="tooltip"]').tooltip();