mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Added a dynamic height on the fixed bottom box
This commit is contained in:
parent
39ea3910b0
commit
d8340344b0
@ -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: "<?php echo __('No data found'); ?>",
|
||||
tree: data.tree,
|
||||
|
Loading…
x
Reference in New Issue
Block a user