diff -r e48a21d0eb44 web/org.openbravo.mobile.core/assets/css/ob-standard.css
--- a/web/org.openbravo.mobile.core/assets/css/ob-standard.css	Mon Oct 22 07:54:39 2018 +0200
+++ b/web/org.openbravo.mobile.core/assets/css/ob-standard.css	Tue Oct 23 19:08:11 2018 +0200
@@ -800,7 +800,7 @@
   background-color: white;
   border-radius: 0px;
   color: black;
-  min-width: 175px;
+  min-width: 210px;
 }
 
 div.dropdown:hover {
diff -r e48a21d0eb44 web/org.openbravo.mobile.core/source/component/ob-menu.js
--- a/web/org.openbravo.mobile.core/source/component/ob-menu.js	Mon Oct 22 07:54:39 2018 +0200
+++ b/web/org.openbravo.mobile.core/source/component/ob-menu.js	Tue Oct 23 19:08:11 2018 +0200
@@ -81,7 +81,7 @@
       classes: 'dropdown',
       name: 'menu',
       maxHeight: 600,
-      scrolling: false,
+      scrolling: true,
       floating: true,
       autoDismiss: true,
       components: [{
@@ -91,8 +91,7 @@
         vertical: "auto",
         classes: "enyo-unselectable",
         maxHeight: "600px",
-        horizontal: 'hidden',
-        strategyKind: "TouchScrollStrategy"
+        horizontal: 'hidden'
       }]
     }]
   }],
@@ -113,6 +112,7 @@
 
   initComponents: function () {
     this.inherited(arguments);
+    OB.UI.ScrollableTable.initScroll(this.$.menuScroller);
 
     if (this.disabled !== undefined) {
       this.$.mainMenuButton.setDisabled(this.disabled);

