From c1e3f9c1d4fd408522a8ff5c9f6d63f3bf3c4cf1 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 24 Dec 2019 11:01:13 +0300 Subject: [PATCH] [DE] Fix Bug 43971 --- apps/documenteditor/main/app/view/DocumentHolder.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/documenteditor/main/app/view/DocumentHolder.js b/apps/documenteditor/main/app/view/DocumentHolder.js index 718aaad14..ab07c6172 100644 --- a/apps/documenteditor/main/app/view/DocumentHolder.js +++ b/apps/documenteditor/main/app/view/DocumentHolder.js @@ -4061,6 +4061,7 @@ define([ if (!menu) { this.listControlMenu = menu = new Common.UI.Menu({ + maxHeight: 207, menuAlign: 'tr-bl', items: [] });