From 018e94e5aea9239e7f5b24c9f3d9d2b8761e2fcc Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 4 Apr 2012 18:02:49 +0000 Subject: [PATCH] make the chrome reflection rendering bug (#189) slightly less annoying --- static/js/pandora/infoView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/pandora/infoView.js b/static/js/pandora/infoView.js index 373b344a8..afb4dfa42 100644 --- a/static/js/pandora/infoView.js +++ b/static/js/pandora/infoView.js @@ -99,6 +99,7 @@ pandora.ui.infoView = function(data) { .css({ position: 'absolute', left: iconLeft + 'px', + bottom: 0, width: iconWidth + 'px', height: iconHeight + 'px', borderRadius: borderRadius + 'px'