diff --git a/web/org.openbravo.warehouse.advancedwarehouseoperations/assets/css/obawo-styles.css b/web/org.openbravo.warehouse.advancedwarehouseoperations/assets/css/obawo-styles.css
index c3b59fe3..2f794aff 100644
--- a/web/org.openbravo.warehouse.advancedwarehouseoperations/assets/css/obawo-styles.css
+++ b/web/org.openbravo.warehouse.advancedwarehouseoperations/assets/css/obawo-styles.css
@@ -941,4 +941,12 @@ button.btnselect.putawayLine.noclic:active {
 	flex-direction: column;
 	justify-content: center;
 	height: 100%;
-}
\ No newline at end of file
+}
+
+/* Issue 47496 */
+@media (max-width: 360px) and (max-height: 520px), (max-width: 520px) and (max-height: 360px)  {
+    .onyx-menu .enyo-touch-strategy-container .enyo-touch-scroller {
+        max-height: 600px !important;
+    }
+}
+
