Index: app/views/charm-panel.js |
=== modified file 'app/views/charm-panel.js' |
--- app/views/charm-panel.js 2013-06-13 16:15:01 +0000 |
+++ app/views/charm-panel.js 2013-06-13 22:04:30 +0000 |
@@ -87,7 +87,7 @@ |
clientDiff = ( |
scrollContainer.get('clientHeight') - |
parseInt(scrollContainer.getComputedStyle('height'), 10)), |
- scrollHeight = height - diff - clientDiff - 1; |
+ scrollHeight = height - diff - clientDiff - 576; |
scrollContainer.setStyle('height', scrollHeight + 'px'); |
} |
}, |
@@ -895,7 +895,7 @@ |
var headerBox = Y.one('#charm-search-trigger-container'), |
dimensions = utils.getEffectiveViewportSize(); |
return { x: headerBox && Math.round(headerBox.getX()), |
- height: dimensions.height + 18 }; |
+ height: dimensions.height }; |
} |
// The public methods. |