Roo/ContentPanel.js
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jul 2012 10:51:36 +0000 (18:51 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jul 2012 10:51:36 +0000 (18:51 +0800)
Roo/ContentPanel.js

index eacc140..0a2eabe 100644 (file)
@@ -715,7 +715,7 @@ Roo.TreePanel = function(config){
     this.on('resize',  function (cp, w, h) {
             this.tree.innerCt.setWidth(w);
             this.tree.innerCt.setHeight(h);
-            this.tree.innerCt.setStyle('overflow-y', 'auto');
+            //this.tree.innerCt.setStyle('overflow-y', 'auto');
     });