forked from 0x2620/pandora
make the chrome reflection rendering bug (#189) slightly less annoying
This commit is contained in:
parent
c651f70bbc
commit
018e94e5ae
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ pandora.ui.infoView = function(data) {
|
||||||
.css({
|
.css({
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: iconLeft + 'px',
|
left: iconLeft + 'px',
|
||||||
|
bottom: 0,
|
||||||
width: iconWidth + 'px',
|
width: iconWidth + 'px',
|
||||||
height: iconHeight + 'px',
|
height: iconHeight + 'px',
|
||||||
borderRadius: borderRadius + 'px'
|
borderRadius: borderRadius + 'px'
|
||||||
|
|
Loading…
Reference in a new issue