From ae98842ad427bc8a0b1bc14b7c3d6f8a9d752c7f Mon Sep 17 00:00:00 2001 From: Christian Frichot Date: Thu, 4 Apr 2013 19:37:08 +0800 Subject: [PATCH] Tiny fix to Clippy so it appears properly. #866 --- modules/social_engineering/clippy/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/social_engineering/clippy/command.js b/modules/social_engineering/clippy/command.js index c39cacc0b..7d1878e32 100755 --- a/modules/social_engineering/clippy/command.js +++ b/modules/social_engineering/clippy/command.js @@ -281,7 +281,7 @@ Clippy.prototype.findHomeBase = function(selector) { div.style.width = "300px"; div.style.height = "300px"; div.style.backgroundColor = "transparent"; - div.style.position = "absolute"; + div.style.position = "fixed"; div.style.bottom = "0"; div.style.right = "0";