Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(596)

Unified Diff: app/views/charm-panel.js

Issue 8853043: Fix #1170062 scrollbar during search for charm.
Patch Set: Fix #1170062 scrollbar during search for charm. Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « [revision details] ('k') | lib/views/stylesheet.less » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/views/charm-panel.js
=== modified file 'app/views/charm-panel.js'
--- app/views/charm-panel.js 2013-04-02 19:46:00 +0000
+++ app/views/charm-panel.js 2013-04-18 06:45:21 +0000
@@ -1365,7 +1365,6 @@
container.setStyle('display', 'none');
var pos = calculatePanelPosition();
container.setStyle('display', 'block');
- container.setX(pos.x);
if (pos.height) {
var height = pos.height - panelHeightOffset[activePanelName];
container.setStyle('height', pos.height + 'px');
« no previous file with comments | « [revision details] ('k') | lib/views/stylesheet.less » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b