mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
tooltip: Improve tooltip placement for search users icon in right sidebar.
Similar to the previous commit, the tooltip was not completely visible in this case and this bug was similar to the one corrected in recipient bar icons.
This commit is contained in:
@@ -181,7 +181,7 @@ export function initialize() {
|
||||
// ensures that tooltip doesn't hide behind the message
|
||||
// box or it is not limited by the parent container.
|
||||
delegate("body", {
|
||||
target: [".recipient_bar_icon", ".sidebar-title"],
|
||||
target: [".recipient_bar_icon", ".sidebar-title", "#user_filter_icon"],
|
||||
placement: "top",
|
||||
appendTo: () => document.body,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user