Tiny fix to Clippy so it appears properly. #866

This commit is contained in:
Christian Frichot
2013-04-04 19:37:08 +08:00
parent 159ecb5ade
commit ae98842ad4

View File

@@ -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";