votes: fix username tooltips not appearing inside other tooltips.
Fix a bug where, when hovering over a username inside a tooltip, the username tooltip wouldn't appear. May break 0bf5ac73?
This commit is contained in:
@@ -11,7 +11,7 @@ UserTooltip.DURATION = 250;
|
||||
UserTooltip.MAX_WIDTH = 600;
|
||||
|
||||
UserTooltip.initialize = function () {
|
||||
delegate("#page", {
|
||||
delegate("body", {
|
||||
allowHTML: true,
|
||||
appendTo: document.querySelector("#user-tooltips"),
|
||||
delay: [UserTooltip.SHOW_DELAY, UserTooltip.HIDE_DELAY],
|
||||
|
||||
Reference in New Issue
Block a user