fix 0xDB info view icon reflection positioning bug
This commit is contained in:
parent
397badc10f
commit
9938512a1e
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ 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