Roo/bootstrap/Form.js
authoredward <edward@roojs.com>
Tue, 9 Jan 2018 04:54:36 +0000 (12:54 +0800)
committeredward <edward@roojs.com>
Tue, 9 Jan 2018 04:54:36 +0000 (12:54 +0800)
Roo/bootstrap/Form.js

index 374a761..2de6255 100644 (file)
@@ -629,6 +629,10 @@ Roo.apply(Roo.bootstrap.Form, {
             alert(overflow);
             
             scrollable.setStyle('overflow', 'hidden');
+            scrollable.setStyle('overflow-y', 'hidden');
+            scrollable.setStyle('overflow-x', 'hidden');
+            
+            alert(scrollable.getStyle('overflow'));
             
             alert(scrollable.dom.scrollTop);
 //            scrollable.scrollTo('top', scrollTo);