From 9cd0dcb9d4778e716faaade182c08039c5b2e805 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 2 Nov 2016 13:35:55 +0300 Subject: [PATCH] [DE embed] debug bottom placement of toolbar --- apps/documenteditor/embed/js/ApplicationController.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/documenteditor/embed/js/ApplicationController.js b/apps/documenteditor/embed/js/ApplicationController.js index cfba7af19..210098c20 100644 --- a/apps/documenteditor/embed/js/ApplicationController.js +++ b/apps/documenteditor/embed/js/ApplicationController.js @@ -79,6 +79,8 @@ var ApplicationController = new(function(){ } else { $('#toolbar').addClass('bottom'); $('#editor_sdk').addClass('bottom'); + $('#box-tools').removeClass('dropdown').addClass('dropup'); + ttOffset[1] = -40; } if (config.canBackToFolder === false || !(config.customization && config.customization.goback && config.customization.goback.url)) {