mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
user_card_popover: Use different selector for clear status tooltip.
This commit is contained in:
@@ -602,7 +602,7 @@ export function initialize(): void {
|
||||
});
|
||||
|
||||
tippy.delegate("body", {
|
||||
target: ".personal-menu-clear-status",
|
||||
target: [".personal-menu-clear-status", ".user-card-clear-status-button"].join(","),
|
||||
placement: "top",
|
||||
appendTo: () => document.body,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user