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:
evazion
2021-11-24 23:57:48 -06:00
parent a45e6b5cfe
commit 5ba6014a4e
2 changed files with 3 additions and 2 deletions

View File

@@ -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],