diff --git a/web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js b/web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
index 9f903a12..f2da85cb 100644
--- a/web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
+++ b/web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
@@ -856,11 +856,6 @@ enyo.kind({
       }
     }
 
-    if (this.maxheight) {
-      //FIXME-SKIN
-      this.$.bodyParent.setStyle('max-height: ' + this.maxheight + ';');
-    }
-
     if (this.hideCloseButton) {
       this.$.closebutton.hide();
     }
