From d8340344b0bc78034f69fd7f72adc46683177772 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Fri, 11 Sep 2015 11:58:12 +0200 Subject: [PATCH] Added a dynamic height on the fixed bottom box --- pandora_console/operation/tree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index 447e06c7de..c7a23fb0fd 100755 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -259,7 +259,7 @@ enterprise_hook('close_meta_frame'); treeController.init({ recipient: $("div#tree-controller-recipient"), - detailRecipient: $.fixedBottomBox({ width: 400, height: 500 }), + detailRecipient: $.fixedBottomBox({ width: 400, height: window.innerHeight * 0.9 }), page: parameters['page'], emptyMessage: "", tree: data.tree,