From a1e44ed516c7d3878a6049aca09560b134dd7d98 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Wed, 2 Nov 2011 13:54:23 +0100 Subject: [PATCH] Small change --- wcfsetup/install/files/js/WCF.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 248f208bde..9db50c44bb 100644 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -2710,8 +2710,8 @@ WCF.Effect.BalloonTooltip.prototype = { if ($(document).width() - event.pageX < this.tooltip.getDimensions().width) { this.tooltip.css({ - top: (event.pageY) + "px", - right: ($(document).width() - event.pageX) + "px", + top: (event.pageY + 20) + "px", + right: ($(document).width() - event.pageX + 5) + "px", left: "auto" }); } -- 2.20.1