diff --git a/web/src/stream_list.ts b/web/src/stream_list.ts index be8176be9f..b2dabaea2b 100644 --- a/web/src/stream_list.ts +++ b/web/src/stream_list.ts @@ -851,7 +851,8 @@ export function initialize({ } export function initialize_tippy_tooltips(): void { - tippy.default("#stream_filters li .subscription_block .stream-name", { + tippy.delegate("body", { + target: "#stream_filters li .subscription_block .stream-name", delay: LONG_HOVER_DELAY, onShow(instance) { const stream_id = stream_id_for_elt($(instance.reference).parents("li.narrow-filter"));