Skip to content

Commit

Permalink
fix arrower tooltip position
Browse files Browse the repository at this point in the history
  • Loading branch information
nlouwen committed Sep 12, 2024
1 parent bdabf89 commit f83bea3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ if (divTooltip.length < 1) {
divTooltip.css("font-size", "small");
divTooltip.css("padding", "0 5px");
divTooltip.css("pointer-events", "none");
divTooltip.css("position", "fixed");
divTooltip.css("position", "absolute");
divTooltip.appendTo($(document.body));
}
divTooltip.html(html);
Expand Down

0 comments on commit f83bea3

Please sign in to comment.